wmclockmon: update autotools files
[dockapps.git] / wmclockmon / wmclockmon-config / Makefile.am
blob08ec3caaba7691fff111afc56dd63ca574fe02ae
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 INCLUDES = @HEADER_SEARCH_PATH@
23 wmclockmon_LDADD = @LIBRARY_SEARCH_PATH@ @XLIBS@
25 INSTALL_PROGRAM = \
26         @INSTALL_PROGRAM@ \
27         @SETGID_FLAGS@ \
28         $(AM_INSTALL_PROGRAM_FLAGS)