diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/Makefile.am | 2 |
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 \ |