summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-15 11:00:08 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-15 11:00:08 -0800
commit95c3038f4a7e03c28ec6b209ec111cb2e3444646 (patch)
tree463a17a1b9037c21fda4d90d02621875bce1bca0
parentf536e9d910088d689ff010259f413d0abea915e5 (diff)
Add CWARNFLAGS to AM_CFLAGS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bf58a68..7aa9f3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ SUBDIRS = man
bin_PROGRAMS = xditview
AM_CPPFLAGS = -D_CONST_X_STRING
-AM_CFLAGS = $(XDITVIEW_CFLAGS) $(XFT_CFLAGS)
+AM_CFLAGS = $(XDITVIEW_CFLAGS) $(XFT_CFLAGS) $(CWARNFLAGS)
xditview_LDADD = $(XDITVIEW_LIBS) $(XFT_LIBS) -lm
xditview_SOURCES = \