Commit 430ae6eb authored by Mike Gabriel's avatar Mike Gabriel

nxproxy/src/Makefile.am: Actually define nxproxy_CFLAGS, so the various compiler…

nxproxy/src/Makefile.am: Actually define nxproxy_CFLAGS, so the various compiler warning flags get enabled at build time of nxproxy.
parent dc8e5240
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment