projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bceeff
)
Set $(AM_CFLAGS) to `-Wall -Werror' in src/liboping/Makefile.am
author
octo
<octo>
Sun, 19 Mar 2006 10:29:13 +0000
(10:29 +0000)
committer
octo
<octo>
Sun, 19 Mar 2006 10:29:13 +0000
(10:29 +0000)
src/liboping/Makefile.am
patch
|
blob
|
history
diff --git
a/src/liboping/Makefile.am
b/src/liboping/Makefile.am
index
9ad4d66
..
14bd3ed
100644
(file)
--- a/
src/liboping/Makefile.am
+++ b/
src/liboping/Makefile.am
@@
-1,5
+1,9
@@
AUTOMAKE_OPTIONS = foreign no-dependencies
+if COMPILER_IS_GCC
+AM_CFLAGS = -Wall -Werror
+endif
+
noinst_LTLIBRARIES = liboping.la
#liboping_la_CFLAGS =