Codebase list libgeotiff / scrub-obsolete/main libxtiff / Makefile.am
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

Makefile.am @scrub-obsolete/mainraw · history · blame

include_HEADERS =   xtiffio.h 

if TIFF_IS_CONFIG
TIFF_CFLAGS = @TIFF_INC@ -DHAVE_TIFF=1
endif

AM_CFLAGS = -I../ -I$(srcdir)/.. $(TIFF_CFLAGS) 

libxtiff_la_SOURCES = xtiff.c

noinst_LTLIBRARIES = libxtiff.la