You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
333 B

INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/gdk_imlib \
@GTK_CFLAGS@
bin_PROGRAMS = imlib_config
imlib_config_SOURCES = \
imlib_config.c \
icons.c \
testimg.c
imlib_config_LDADD = \
$(top_builddir)/gdk_imlib/libgdk_imlib.la \
@GTK_LIBS@ \
@GDK_SUPPORT_LIBS@
man_MANS = imlib_config.1
EXTRA_DIST = $(man_MANS)