Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pixbuf
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2005-07-07 12:11:49 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-07 12:11:49 (GMT)
commit79a78d0249676255e902c9207a0eec4aba179de6 (patch)
tree1709d49fb246271275472f9a1fb40be706dbb8de /pixbuf
parent848665b157185945d190a7a746d054d7f5d5e6e0 (diff)
*** empty log message ***
Diffstat (limited to 'pixbuf')
-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)