diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-08 21:29:45 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-08 21:29:45 -0700 |
commit | a195bd6d375c311b9bf6d7cce477f1d131425757 (patch) | |
tree | cd2f6ecab9bd2a3a3aae368aea44fced3dd6ab9e /cxpm | |
parent | f4c43f70dff3cb9702fd62bc388353d02589e618 (diff) |
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'cxpm')
-rw-r--r-- | cxpm/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cxpm/Makefile.am b/cxpm/Makefile.am index 3aecc8c..42cd49d 100644 --- a/cxpm/Makefile.am +++ b/cxpm/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = cxpm AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include/X11 -AM_CFLAGS = $(XPM_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(XPM_CFLAGS) cxpm_SOURCES = cxpm.c @@ -34,13 +34,13 @@ MAN_SUBSTS = \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)sed $(MAN_SUBSTS) < $< > $@ if USE_GETTEXT noinst_DATA = cxpm.po cxpm.po: $(cxpm_SOURCES:%=$(srcdir)/%) - xgettext -c"L10N_Comments" -d cxpm -n $(cxpm_SOURCES:%=$(srcdir)/%) + $(AM_V_GEN)xgettext -c"L10N_Comments" -d cxpm -n $(cxpm_SOURCES:%=$(srcdir)/%) CLEANFILES += cxpm.po endif |