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: import version 0.8.1
[dockapps.git]
/
wmclockmon
/
wmclockmon-config
/
Makefile.am
blob
82328acdfebb7621ddf3ddf8163407e9cb91af3f
1
bin_PROGRAMS = wmclockmon
2
3
wmclockmon_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
18
19
CPPFLAGS = @CPPFLAGS@ @DFLAGS@
20
21
INCLUDES = @HEADER_SEARCH_PATH@
22
23
wmclockmon_LDADD = @LIBRARY_SEARCH_PATH@ @XLIBS@
24
25
INSTALL_PROGRAM = \
26
@INSTALL_PROGRAM@ \
27
@SETGID_FLAGS@ \
28
$(AM_INSTALL_PROGRAM_FLAGS)