Skip to content

Commit 95f3914

Browse files
committed
Fix unittest (missing include path)
Add include path for api/tess_version.h. Signed-off-by: Stefan Weil <[email protected]>
1 parent 79ab597 commit 95f3914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittest/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ TESTING_DIR=$(shell cd $(top_srcdir) && pwd)/testing
99
AM_CPPFLAGS += -DTESSDATA_DIR="\"$(TESSDATA_DIR)\""
1010
AM_CPPFLAGS += -DTESTING_DIR="\"$(TESTING_DIR)\""
1111
AM_CPPFLAGS += -DPANGO_ENABLE_ENGINE
12+
AM_CPPFLAGS += -I$(top_builddir)/api
1213
AM_CPPFLAGS += -I$(top_srcdir)/api
1314
AM_CPPFLAGS += -I$(top_srcdir)/arch
1415
AM_CPPFLAGS += -I$(top_srcdir)/ccmain

0 commit comments

Comments
 (0)