set 'silent build' as default; suppression of gcc warnings in main executable from local libraries added.

This commit is contained in:
Roland Jax
2014-12-13 09:32:39 +01:00
parent 4922e6024d
commit a9de53123c
7 changed files with 10 additions and 12 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
AM_CXXFLAGS = -fpic \
-Wall \
-Wextra \
-I$(top_srcdir)/src/lib/ebus \
-I$(top_srcdir)/src/lib/utils
-isystem$(top_srcdir)/src/lib/ebus \
-isystem$(top_srcdir)/src/lib/utils
noinst_PROGRAMS = test_port \
test_symbol \