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
/
Makefile.common.am
blob
4fc319382d204919c50dac5302a8dd1d864bf0b7
1
if HAVE___ATTRIBUTE__
2
AM_CPPFLAGS = -DUNUSED="__attribute__((unused))"
3
else
4
AM_CPPFLAGS = -DUNUSED=""
5
endif
6
7
AM_CPPFLAGS += $(debug_CPPFLAGS)
8
AM_CFLAGS = $(debug_CFLAGS)
9
10
INSTALL_PROGRAM += $(SETGID_FLAGS)