diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-15 15:01:01 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-15 15:01:01 -0800 |
commit | 67bf7e0061fc1c778b9fee0f2bb4ce23059c476f (patch) | |
tree | d568ca3255c15b2cb638042fa90250172376d9af /Makefile.am | |
parent | 3112acb4901bf29d2a03913e8d10cba5e621a5e4 (diff) |
Combine pkg-config checks now that we can hardcode xaw7
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f0b0fa5..bbca4ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = listres -AM_CFLAGS = $(LISTRES_CFLAGS) -D_BSD_SOURCE +AM_CFLAGS = $(CWARNFLAGS) $(LISTRES_CFLAGS) -D_BSD_SOURCE listres_LDADD = $(LISTRES_LIBS) listres_SOURCES = \ |