2007-03-08 04:03:40 +08:00
|
|
|
SUBDIRS =
|
2008-02-01 08:43:30 +08:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/ccutil -I$(top_srcdir)/viewer
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2009-07-11 10:22:41 +08:00
|
|
|
EXTRA_DIST = image.vcproj
|
|
|
|
|
2007-03-31 08:37:26 +08:00
|
|
|
include_HEADERS = \
|
2009-07-11 10:22:41 +08:00
|
|
|
bitstrm.h image.h img.h imgbmp.h imgerrs.h imgio.h imgs.h \
|
2008-02-01 08:43:30 +08:00
|
|
|
imgtiff.h imgunpk.h svshowim.h
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2010-05-26 22:20:20 +08:00
|
|
|
lib_LTLIBRARIES = libtesseract_image.la
|
|
|
|
libtesseract_image_la_SOURCES = \
|
2009-07-11 10:22:41 +08:00
|
|
|
bitstrm.cpp image.cpp imgbmp.cpp imgio.cpp imgs.cpp imgtiff.cpp svshowim.cpp
|
2010-05-26 22:20:20 +08:00
|
|
|
|
|
|
|
libtesseract_image_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
|