mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(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:
parent
6fed06837b
commit
8f3f0c20bd
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue