Update DIST_FILES for making snapshots

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2607 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1997-10-31 22:04:49 +00:00
parent 6473920814
commit 69d86d8223
12 changed files with 37 additions and 12 deletions

View file

@ -49,16 +49,14 @@ first-client_OBJC_FILES = first-client.m
second-server_OBJC_FILES = second-server.m
second-client_OBJC_FILES = second-client.m
SRCS = $(TOOL_NAME:=.m)
SRCS = $(TEST_TOOL_NAME:=.m)
HDRS = \
first-server.h \
second-server.h \
second-client.h
DIST_FILES = $(SRCS) $(HDRS) Makefile Makefile.postamble Makefile.preamble \
Makefile.example.in \
configure.example.in \
DIST_FILES = $(SRCS) $(HDRS) GNUmakefile Makefile.postamble Makefile.preamble \
custom-zone.m
-include Makefile.preamble