diff --git a/alliance/src/ocr/src/rout/Makefile.am b/alliance/src/ocr/src/rout/Makefile.am index a31b6f3c..e8149a65 100644 --- a/alliance/src/ocr/src/rout/Makefile.am +++ b/alliance/src/ocr/src/rout/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_srcdir)/src/include +INCLUDES = -I$(srcdir)/src/include AM_CFLAGS = @ALLIANCE_CFLAGS@ AM_CXXFLAGS = @ALLIANCE_CFLAGS@ diff --git a/alliance/src/ocr/src/seg/Makefile.am b/alliance/src/ocr/src/seg/Makefile.am index c6a0f888..6a27e2be 100644 --- a/alliance/src/ocr/src/seg/Makefile.am +++ b/alliance/src/ocr/src/seg/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_srcdir)/src/include +INCLUDES = -I$(srcdir)/src/include AM_CFLAGS = @ALLIANCE_CFLAGS@ diff --git a/alliance/src/ocr/src/util/Makefile.am b/alliance/src/ocr/src/util/Makefile.am index 31951294..3cb6bb4c 100644 --- a/alliance/src/ocr/src/util/Makefile.am +++ b/alliance/src/ocr/src/util/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_srcdir)/src/include +INCLUDES = -I$(srcdir)/src/include AM_CFLAGS = @ALLIANCE_CFLAGS@