Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pixbuf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pixbuf/Makefile.am')
-rw-r--r--pixbuf/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/pixbuf/Makefile.am b/pixbuf/Makefile.am
index afa551b..11cc42a 100644
--- a/pixbuf/Makefile.am
+++ b/pixbuf/Makefile.am
@@ -1,13 +1,10 @@
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/backend \
- $(PIXBUF_CFLAGS) \
- -DDATADIR=\""$(datadir)"\"
+ $(BACKEND_CFLAGS)
noinst_LTLIBRARIES = libpixbufdocument.la
libpixbufdocument_la_SOURCES = \
pixbuf-document.c \
pixbuf-document.h
-
-libpixbufdocument_la_LIBADD = $(PIXBUF_LIBS)