tesseract/image/Makefile.am
theraysmith 0048516024 Changes to image for 3.00
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@294 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2009-07-11 02:22:41 +00:00

13 lines
369 B
Makefile

SUBDIRS =
AM_CPPFLAGS = -I$(top_srcdir)/ccutil -I$(top_srcdir)/viewer
EXTRA_DIST = image.vcproj
include_HEADERS = \
bitstrm.h image.h img.h imgbmp.h imgerrs.h imgio.h imgs.h \
imgtiff.h imgunpk.h svshowim.h
lib_LIBRARIES = libtesseract_image.a
libtesseract_image_a_SOURCES = \
bitstrm.cpp image.cpp imgbmp.cpp imgio.cpp imgs.cpp imgtiff.cpp svshowim.cpp