]> Pileus Git - ~andy/gtk/blob - gtk/theme-bits/Makefile.am
Fix up linker flags
[~andy/gtk] / gtk / theme-bits / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 INCLUDES = \
4         -I$(top_srcdir)         \
5          -I$(top_builddir)      \
6         $(GDK_PIXBUF_DEP_CFLAGS)
7
8 noinst_PROGRAMS = decompose-bits
9
10 decompose_bits_SOURCES = decompose-bits.c
11 decompose_bits_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(GLIB_LIBS)
12
13 EXTRA_DIST += check-13.png check-13-inconsistent.png radio-13.png radio-13-inconsistent.png
14
15 -include $(top_srcdir)/git.mk