diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-12-03 12:01:10 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-12-09 16:37:18 +0100 |
commit | 21953693727fa324cf2d038f302b5359b2ff476f (patch) | |
tree | 262f3f926220a2c95d28b43bdebc7dd325a83694 /common | |
parent | ed873a9eb5d3a74557d11e6bea7bcdef09fa2201 (diff) |
build-sys: Small cleanup of AM_CPPFLAGS
Commit 4fafa210 added WARN_CFLAGS, VISIBILITY_HIDDEN_CFLAGS and
-std=gnu99 to AM_CFLAGS in common/Makefile.am, but these are not
needed. WARN_CFLAGS and VISIBILITY_HIDDEN_CFLAGS are not defined
anywhere in spice-common, and spice-common compiles fine without
-std=gnu99 on my f21 box.
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 19335ce..2c82adc 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -97,9 +97,6 @@ AM_CPPFLAGS = \ $(OPUS_CFLAGS) \ $(PROTOCOL_CFLAGS) \ $(SMARTCARD_CFLAGS) \ - $(VISIBILITY_HIDDEN_CFLAGS) \ - $(WARN_CFLAGS) \ - -std=gnu99 \ $(NULL) libspice_common_la_LIBADD = \ |