wmclockmon: update change-log
[dockapps.git] / wmclockmon / wmclockmon-config / Makefile.am
blobcd460aec33f779ba5a2a6e6a62f1aa1c898a4641
1 include $(top_srcdir)/Makefile.common.am
3 bin_PROGRAMS = wmclockmon-config
5 wmclockmon_config_SOURCES =   \
6         actions.c \
7         actions.h \
8         configfile.h \
9         defines.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 AM_CFLAGS += $(gtk_CFLAGS) $(x11_CFLAGS) $(xext_CFLAGS) $(xpm_CFLAGS)
21 LDADD = $(gtk_LIBS) $(x11_LIBS) $(xext_LIBS) $(xpm_LIBS)