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

noinst_LTLIBRARIES = libtiffdocument.la

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