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: handle fgets NULL returns and zero-length lines
[dockapps.git]
/
wmclockmon
/
Makefile.common.am
blob
1af999282ce39cc69eede79e00ed0245396d2c1b
1
if HAVE___ATTRIBUTE__
2
AM_CPPFLAGS = -DUNUSED="__attribute__((unused))"
3
else
4
AM_CPPFLAGS = -DUNUSED=""
5
endif
6
7
AM_CFLAGS = $(debug_CFLAGS)
8
9
INSTALL_PROGRAM += $(SETGID_FLAGS)