2002-02-09 18:20:45 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
|
|
|
|
-DGDK_PIXBUF_DISABLE_DEPRECATED \
|
2003-05-06 21:55:41 +00:00
|
|
|
$(GDK_PIXBUF_DEP_CFLAGS)
|
2002-02-09 18:20:45 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = decompose-bits
|
|
|
|
|
|
|
|
decompose_bits_SOURCES = decompose-bits.c
|
2002-03-05 21:04:09 +00:00
|
|
|
decompose_bits_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la
|
2002-02-09 18:20:45 +00:00
|
|
|
|
2002-02-21 07:10:02 +00:00
|
|
|
EXTRA_DIST = check-13.png check-13-inconsistent.png radio-13.png radio-13-inconsistent.png
|