diff options
author | Bastien Nocera <hadess@hadess.net> | 2016-03-22 17:04:33 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2016-03-22 17:04:57 +0100 |
commit | 6c1a7207c3b3595c2507429b0b9f119278e24d9f (patch) | |
tree | 55b428005a9b05f21ce378f7337781e1fdbf2d66 /src | |
parent | ea06626530288750618e895dc219ae0fcb3a7ce3 (diff) | |
download | totem-6c1a7207c3b3595c2507429b0b9f119278e24d9f.tar.gz |
backend: Use WARN_CFLAGS when compiling
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am index 4e2a3480f..75dab1f46 100644 --- a/src/backend/Makefile.am +++ b/src/backend/Makefile.am @@ -13,7 +13,8 @@ bvw_test_CPPFLAGS = \ bvw_test_CFLAGS = \ $(BACKEND_CFLAGS) \ - $(AM_CFLAGS) + $(AM_CFLAGS) \ + $(WARN_FLAGS) bvw_test_LDADD = \ libbaconvideowidget.la \ @@ -66,7 +67,8 @@ libbaconvideowidget_la_CPPFLAGS = \ libbaconvideowidget_la_CFLAGS = \ $(BACKEND_CFLAGS) \ - $(AM_CFLAGS) + $(AM_CFLAGS) \ + $(WARN_CFLAGS) libbaconvideowidget_la_LIBADD = \ $(top_builddir)/src/gst/libtotemgsthelpers.la \ |