tesseract/image/Makefile.am
2011-08-29 21:28:28 +00:00

18 lines
438 B
Makefile

SUBDIRS =
AM_CPPFLAGS = -I$(top_srcdir)/ccutil -I$(top_srcdir)/viewer
include_HEADERS = \
image.h img.h imgerrs.h imgs.h \
imgtiff.h imgunpk.h svshowim.h
if !USING_MULTIPLELIBS
noinst_LTLIBRARIES = libtesseract_image.la
else
lib_LTLIBRARIES = libtesseract_image.la
libtesseract_image_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
endif
libtesseract_image_la_SOURCES = \
image.cpp imgs.cpp imgtiff.cpp svshowim.cpp