wmclockmon: build against GTK+ 2.0.
[dockapps.git] / wmclockmon / wmclockmon-config / Makefile.am
blob73c1140d4932c6f65df093f681068042981c2c71
1 bin_PROGRAMS = wmclockmon-config
3 wmclockmon_config_SOURCES =   \
4         actions.c \
5         actions.h \
6         configfile.h \
7         defines.h \
8         dialogs.c \
9         dialogs.h \
10         edit.c \
11         edit.h \
12         main.c \
13         mainwindow.c \
14         mainwindow.h \
15         tools.c \
16         tools.h \
17         variables.h
19 CPPFLAGS = @CPPFLAGS@ @DFLAGS@
21 AM_CFLAGS = $(gtk_CFLAGS)
22 LIBS += $(gtk_LIBS)
24 INCLUDES = @HEADER_SEARCH_PATH@
26 wmclockmon_LDADD = @LIBRARY_SEARCH_PATH@ @XLIBS@
28 INSTALL_PROGRAM = \
29         @INSTALL_PROGRAM@ \
30         @SETGID_FLAGS@ \
31         $(AM_INSTALL_PROGRAM_FLAGS)