From 7ebeaa13b9aef2cebb8c6f10457cf52c89db3be0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Aug 2003 04:37:34 +0000 Subject: 2003-08-11 Ralf Corsepius * fileio/Makefile.am: Remove references to *.scn (Doesn't exist). * pppd/Makefile.am: Remove references to DOC* (Don't exist). --- c/src/tests/samples/pppd/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'c/src/tests/samples/pppd') diff --git a/c/src/tests/samples/pppd/Makefile.am b/c/src/tests/samples/pppd/Makefile.am index 7e429e499d..a60e70a9b6 100644 --- a/c/src/tests/samples/pppd/Makefile.am +++ b/c/src/tests/samples/pppd/Makefile.am @@ -13,10 +13,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) H_FILES = netconfig.h system.h -DOCTYPES = scn -DOCS = $(DOCTYPES:%=$(SAMPLE).%) - -SRCS = $(DOCS) $(C_FILES) $(H_FILES) +SRCS = $(C_FILES) $(H_FILES) OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) @@ -38,6 +35,6 @@ ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) endif -EXTRA_DIST = $(C_FILES) $(H_FILES) $(DOCS) +EXTRA_DIST = $(C_FILES) $(H_FILES) include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3