forked from AuroraMiddleware/gtk
368d401585
Sat Feb 9 13:19:20 2002 Owen Taylor <otaylor@redhat.com> * configure.in gtk/Makefile.am gtk/theme-bits/*: Add tools and images used for creating the check/radio button images in the default theme.
12 lines
325 B
Makefile
12 lines
325 B
Makefile
INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
|
|
-DG_DISABLE_DEPRECATED \
|
|
-DGDK_PIXBUF_DISABLE_DEPRECATED \
|
|
@GDK_PIXBUF_DEP_CFLAGS@
|
|
|
|
noinst_PROGRAMS = decompose-bits
|
|
|
|
decompose_bits_SOURCES = decompose-bits.c
|
|
decompose_bits_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la
|
|
|
|
EXTRA_DIST = check-13.png radio-13.png
|