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

noinst_LTLIBRARIES = libpixbufdocument.la

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