diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-12 18:36:45 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-12 18:36:45 -0700 |
commit | 5c92c37b733db62d2504d6d93f5b5da0658b06b2 (patch) | |
tree | 18c15e935663015edb07e3f35fba71e17049992f /Makefile.am | |
parent | 40bcf74b066c3b0347e5bc735bcf9a670af1b8c2 (diff) |
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 009eec2..faf0eef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xev -xev_CFLAGS = $(XEV_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(XEV_CFLAGS) xev_LDADD = $(XEV_LIBS) xev_SOURCES = \ @@ -61,7 +61,7 @@ MAN_SUBSTS = \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ .PHONY: ChangeLog |