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: build against GTK+ 2.0.
[dockapps.git]
/
wmclockmon
/
wmclockmon-config
/
Makefile.am
blob
73c1140d4932c6f65df093f681068042981c2c71
1
bin_PROGRAMS = wmclockmon-config
2
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
18
19
CPPFLAGS = @CPPFLAGS@ @DFLAGS@
20
21
AM_CFLAGS = $(gtk_CFLAGS)
22
LIBS += $(gtk_LIBS)
23
24
INCLUDES = @HEADER_SEARCH_PATH@
25
26
wmclockmon_LDADD = @LIBRARY_SEARCH_PATH@ @XLIBS@
27
28
INSTALL_PROGRAM = \
29
@INSTALL_PROGRAM@ \
30
@SETGID_FLAGS@ \
31
$(AM_INSTALL_PROGRAM_FLAGS)