[PATCH libxshmfence] make: add $(CWARNFLAGS)

Gaetan Nadon memsize at videotron.ca
Tue Nov 5 18:54:46 PST 2013


It's required for all X libraries

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 src/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index 90d7bcb..0c1106e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,6 +5,8 @@ libxshmfence_la_SOURCES = \
 
 noinst_HEADERS = xshmfenceint.h
 
+AM_CFLAGS = $(CWARNFLAGS)
+
 libxshmfence_la_LDFLAGS = -version-number 1:0:0 -no-undefined
 
 libxshmfenceincludedir = $(includedir)/X11
-- 
1.7.9.5



More information about the xorg-devel mailing list