]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tools/Makefile.am
Don't exclude tests from wxMSW-Setup.exe.
[wxWidgets.git] / src / tiff / tools / Makefile.am
index 544110aaeb33e94473daa3645d463a3e026b3d0d..6497f2dca1d5d04f6d1205933acf4e5ebca2fbb2 100644 (file)
@@ -45,6 +45,7 @@ bin_PROGRAMS = \
        tiff2rgba \
        tiffcmp \
        tiffcp \
+       tiffcrop \
        tiffdither \
        tiffdump \
        tiffinfo \
@@ -109,6 +110,9 @@ tiffcmp_LDADD = $(LIBTIFF) $(LIBPORT)
 tiffcp_SOURCES = tiffcp.c
 tiffcp_LDADD = $(LIBTIFF) $(LIBPORT)
 
+tiffcrop_SOURCES = tiffcrop.c
+tiffcrop_LDADD = $(LIBTIFF) $(LIBPORT)
+
 tiffdither_SOURCES = tiffdither.c
 tiffdither_LDADD = $(LIBTIFF) $(LIBPORT)
 
@@ -131,7 +135,7 @@ tiffgt_SOURCES = tiffgt.c
 tiffgt_CFLAGS = $(CFLAGS) $(GLUT_CFLAGS) $(AM_CFLAGS)
 tiffgt_LDADD = $(LIBTIFF) $(LIBPORT) $(X_LIBS) $(GLUT_LIBS)
 
-INCLUDES = -I$(top_srcdir)/libtiff
+AM_CPPFLAGS = -I$(top_srcdir)/libtiff
 
 echo:
        (echo $(CFLAGS))