]> Pileus Git - ~andy/gtk/blobdiff - gtk/theme-bits/Makefile.am
Make GTK+ use an external gdk-pixbuf
[~andy/gtk] / gtk / theme-bits / Makefile.am
index 47cd0b023b88106906065d5c253728097d0e9a25..0c6d3b2d74e0137702579332e791f76c9d297ae1 100644 (file)
@@ -1,11 +1,15 @@
-INCLUDES = -I$(top_srcdir) -I$(top_builddir)   \
-       -DG_DISABLE_DEPRECATED                  \
-       -DGDK_PIXBUF_DISABLE_DEPRECATED         \
-       @GDK_PIXBUF_DEP_CFLAGS@
+include $(top_srcdir)/Makefile.decl
+
+INCLUDES = \
+       -I$(top_srcdir)         \
+        -I$(top_builddir)      \
+       $(BASE_DEPENDENCIES_CFLAGS)
 
 noinst_PROGRAMS = decompose-bits
 
 decompose_bits_SOURCES = decompose-bits.c
-decompose_bits_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la
+decompose_bits_LDADD = $(BASE_DEPENDENCIES_LIBS)
+
+EXTRA_DIST += check-13.png check-13-inconsistent.png radio-13.png radio-13-inconsistent.png
 
-EXTRA_DIST = check-13.png radio-13.png
+-include $(top_srcdir)/git.mk