- idem
This commit is contained in:
parent
b7d2196bf2
commit
03655c0e0b
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
INCLUDES = -I$(srcdir)/src/include
|
INCLUDES = -I$(srcdir)/../include
|
||||||
|
|
||||||
AM_CFLAGS = @ALLIANCE_CFLAGS@
|
AM_CFLAGS = @ALLIANCE_CFLAGS@
|
||||||
AM_CXXFLAGS = @ALLIANCE_CFLAGS@
|
AM_CXXFLAGS = @ALLIANCE_CFLAGS@
|
||||||
|
@ -8,8 +8,8 @@ AM_CXXFLAGS = @ALLIANCE_CFLAGS@
|
||||||
bin_PROGRAMS = ocr
|
bin_PROGRAMS = ocr
|
||||||
|
|
||||||
ocr_LDADD = @ALLIANCE_LIBS@ \
|
ocr_LDADD = @ALLIANCE_LIBS@ \
|
||||||
$(top_builddir)/src/seg/libocrPath.a \
|
../seg/libocrPath.a \
|
||||||
$(top_builddir)/src/util/libocrUtil.a \
|
../util/libocrUtil.a \
|
||||||
-lMlu -lMlo -lMal -lMcl -lMel -lMhl \
|
-lMlu -lMlo -lMal -lMcl -lMel -lMhl \
|
||||||
-lMgl -lMsl -lMvg -lMpu -lMph -lMap \
|
-lMgl -lMsl -lMvg -lMpu -lMph -lMap \
|
||||||
-lMcp -lMmg -lMut -lRcn
|
-lMcp -lMmg -lMut -lRcn
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
INCLUDES = -I$(srcdir)/src/include
|
INCLUDES = -I$(srcdir)/../include
|
||||||
|
|
||||||
AM_CFLAGS = @ALLIANCE_CFLAGS@
|
AM_CFLAGS = @ALLIANCE_CFLAGS@
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
INCLUDES = -I$(srcdir)/src/include
|
INCLUDES = -I$(srcdir)/../include
|
||||||
|
|
||||||
AM_CFLAGS = @ALLIANCE_CFLAGS@
|
AM_CFLAGS = @ALLIANCE_CFLAGS@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue