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

noinst_LTLIBRARIES = libpixbufdocument.la

libpixbufdocument_la_SOURCES =	\
	pixbuf-document.c		\
	pixbuf-document.h