From c6c3e49776af18ae7a8ce433ac31121a0cdfbc6d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 07 Jul 2005 00:16:17 +0000 Subject: *** empty log message *** --- (limited to 'pixbuf') diff --git a/pixbuf/Makefile.am b/pixbuf/Makefile.am index 68d87dc..afa551b 100644 --- a/pixbuf/Makefile.am +++ b/pixbuf/Makefile.am @@ -1,11 +1,13 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/backend \ - $(GTK_CFLAGS) \ + $(PIXBUF_CFLAGS) \ -DDATADIR=\""$(datadir)"\" noinst_LTLIBRARIES = libpixbufdocument.la -libpixbufdocument_la_SOURCES = \ +libpixbufdocument_la_SOURCES = \ pixbuf-document.c \ pixbuf-document.h + +libpixbufdocument_la_LIBADD = $(PIXBUF_LIBS) -- cgit v0.9.1