(RCS_FILES): Added custom-zone.m.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2300 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1997-05-03 17:38:13 +00:00
parent 6fed06837b
commit 8f3f0c20bd

View file

@ -1,6 +1,6 @@
#
# Examples makefile for Objective-C Class Library
# Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
# Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
#
# Written by: Andrew Kachites McCallum <mccallum@cs.rochester.edu>
# Dept. of Computer Science, U. of Rochester, Rochester, NY 14627
@ -69,7 +69,7 @@ textcoding.m \
first-server.m \
first-client.m \
second-server.m \
second-client.m
second-client.m
HDRS = \
first-server.h \
@ -100,7 +100,8 @@ uninstall:
RCS_FILES = $(SRCS) $(HDRS) Makefile.in \
Makefile.example.in \
configure.example.in
configure.example.in \
custom-zone.m
DIST_FILES = $(RCS_FILES)