repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmclockmon: update change-log
[dockapps.git]
/
wmclockmon
/
wmclockmon-config
/
Makefile.am
blob
cd460aec33f779ba5a2a6e6a62f1aa1c898a4641
1
include $(top_srcdir)/Makefile.common.am
2
3
bin_PROGRAMS = wmclockmon-config
4
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
18
19
AM_CFLAGS += $(gtk_CFLAGS) $(x11_CFLAGS) $(xext_CFLAGS) $(xpm_CFLAGS)
20
21
LDADD = $(gtk_LIBS) $(x11_LIBS) $(xext_LIBS) $(xpm_LIBS)