diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-29 23:14:24 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-29 23:14:24 -0800 |
commit | ac722e899333482e96de163eadfed1a540209dce (patch) | |
tree | 89b6b2f273dd4ceff8673f1520d0b4bfa507609b /Makefile.am | |
parent | 529f0f2125a1f5e7d6382f918af955616a35d657 (diff) |
Rely on PKG_CHECK_MODULES to AC_SUBST XMESSAGE_CFLAGS & _LIBS
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 65273b0..8ce9c63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xmessage -AM_CFLAGS = $(XMESSAGE_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(XMESSAGE_CFLAGS) xmessage_LDADD = $(XMESSAGE_LIBS) xmessage_SOURCES = \ |