From 430ae6eb6c4659f3bd907ceb84b7b7bcaf65071b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 2 Aug 2017 18:19:19 -0400 Subject: nxproxy/src/Makefile.am: Actually define nxproxy_CFLAGS, so the various compiler warning flags get enabled at build time of nxproxy. --- nxproxy/src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nxproxy/src/Makefile.am b/nxproxy/src/Makefile.am index 60ace92ce..c09febcf6 100644 --- a/nxproxy/src/Makefile.am +++ b/nxproxy/src/Makefile.am @@ -12,6 +12,10 @@ nxproxy_LDADD = \ -L$(top_srcdir)/../nxcomp/src/.libs -lXcomp \ $(NULL) +nxproxy_CFLAGS = \ + $(BASE_CFLAGS) \ + $(NULL) + AM_CPPFLAGS = \ -I$(top_srcdir)/../nxcomp/include/ \ $(NULL) -- cgit v1.2.3