Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tiff/Makefile.am
blob: d8652adda036a5aa7b556bcc41c40a6c5aac9d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
INCLUDES =							\
	-I$(top_srcdir)						\
	-I$(top_srcdir)/backend					\
	$(BACKEND_CFLAGS)

noinst_LTLIBRARIES = libtiffdocument.la

libtiffdocument_la_SOURCES =	\
	tiff-document.c		\
	tiff-document.h		\
	tiff2ps.c		\
	tiff2ps.h