From 5c26c0c24b419e91e2d0ee33659f24bcde8f5fe0 Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Tue, 6 Dec 2005 22:48:26 +0000 Subject: Change *man_SOURCES ==> *man_PRE to fix autotools warnings. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 622fa48..54cf259 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ xsm_SOURCES = \ xtwatch.c \ xtwatch.h -appman_SOURCES = \ +appman_PRE = \ xsm.man # App default files (*.ad) @@ -96,9 +96,9 @@ CLEANFILES = $(APPDEFAULTFILES) appmandir = $(APP_MAN_DIR) -appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) +appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) -EXTRA_DIST += $(appman_SOURCES) +EXTRA_DIST += $(appman_PRE) CLEANFILES += $(appman_DATA) SED = sed -- cgit v1.2.3