summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-12 16:36:36 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-12 16:36:36 -0500
commit542aa8deda1ed0838ab9ae4c665eb0f0709a4644 (patch)
tree6fb71dbe99e5c0cfd2eb9de5be9bf166b5333809 /gst
parent9c86aafb38216f4289a55d6607ee589bf746f5fd (diff)
downloadlibnice-542aa8deda1ed0838ab9ae4c665eb0f0709a4644.tar.gz
correctly pass -Wall and -Werror dependending on whether we are in a release or not
Diffstat (limited to 'gst')
-rw-r--r--gst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index eb0f335..db38cca 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -6,7 +6,7 @@
#
# Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
-AM_CFLAGS = -Wall -Werror \
+AM_CFLAGS = $(NICE_CFLAGS) \
$(GST_CFLAGS) \
-I $(top_srcdir) \
-I $(top_srcdir)/socket \