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.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/pixbuf/Makefile.am b/pixbuf/Makefile.am
new file mode 100644
index 0000000..68d87dc
--- /dev/null
+++ b/pixbuf/Makefile.am
@@ -0,0 +1,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