wmclockmon: use pkg-config for X libraries
[dockapps.git] / wmclockmon / wmclockmon-config / Makefile.am
blobe735113cc8b832a029a4c8dc097e1dfa3a6cadd4
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) $(x11_CFLAGS) $(xext_CFLAGS) $(xpm_CFLAGS)
22 LIBS += $(gtk_LIBS)
24 INCLUDES = @HEADER_SEARCH_PATH@
26 wmclockmon_LDADD = @LIBRARY_SEARCH_PATH@ $(x11_LIBS) $(xext_LIBS) $(xpm_LIBS)
28 INSTALL_PROGRAM = \
29         @INSTALL_PROGRAM@ \
30         @SETGID_FLAGS@ \
31         $(AM_INSTALL_PROGRAM_FLAGS)