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.
This commit is contained in:
Christophe Fergeau 2014-12-03 12:01:10 +01:00
parent ed873a9eb5
commit 2195369372

View File

@ -97,9 +97,6 @@ AM_CPPFLAGS = \
$(OPUS_CFLAGS) \
$(PROTOCOL_CFLAGS) \
$(SMARTCARD_CFLAGS) \
$(VISIBILITY_HIDDEN_CFLAGS) \
$(WARN_CFLAGS) \
-std=gnu99 \
$(NULL)
libspice_common_la_LIBADD = \