We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ab597 commit 95f3914Copy full SHA for 95f3914
unittest/Makefile.am
@@ -9,6 +9,7 @@ TESTING_DIR=$(shell cd $(top_srcdir) && pwd)/testing
9
AM_CPPFLAGS += -DTESSDATA_DIR="\"$(TESSDATA_DIR)\""
10
AM_CPPFLAGS += -DTESTING_DIR="\"$(TESTING_DIR)\""
11
AM_CPPFLAGS += -DPANGO_ENABLE_ENGINE
12
+AM_CPPFLAGS += -I$(top_builddir)/api
13
AM_CPPFLAGS += -I$(top_srcdir)/api
14
AM_CPPFLAGS += -I$(top_srcdir)/arch
15
AM_CPPFLAGS += -I$(top_srcdir)/ccmain
0 commit comments