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: replace deprecated `GtkCombo`
[dockapps.git]
/
wmthrottle
/
src
/
Makefile.am
blob
7191b90a440be74d72349ca3ec909234dcac9b3f
1
bin_PROGRAMS = wmthrottle
2
3
wmthrottle_SOURCES = \
4
throttle.c \
5
dockapp.c \
6
dockapp.h \
7
backdrop_off.xpm \
8
backdrop_on.xpm \
9
mouse_regions.c \
10
mouse_regions.h \
11
parts.xpm
12
13
CPPFLAGS = @CPPFLAGS@ @DFLAGS@
14
15
INCLUDES = @HEADER_SEARCH_PATH@
16
17
wmthrottle_LDADD = @LIBRARY_SEARCH_PATH@ @XLIBS@
18
19
INSTALL_PROGRAM = \
20
@INSTALL_PROGRAM@ \
21
@SETGID_FLAGS@ \
22
$(AM_INSTALL_PROGRAM_FLAGS)