mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +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
ce1bcd9683
commit
92282eff6f
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Examples makefile for Objective-C Class Library
|
# 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>
|
# Written by: Andrew Kachites McCallum <mccallum@cs.rochester.edu>
|
||||||
# Dept. of Computer Science, U. of Rochester, Rochester, NY 14627
|
# Dept. of Computer Science, U. of Rochester, Rochester, NY 14627
|
||||||
|
@ -69,7 +69,7 @@ textcoding.m \
|
||||||
first-server.m \
|
first-server.m \
|
||||||
first-client.m \
|
first-client.m \
|
||||||
second-server.m \
|
second-server.m \
|
||||||
second-client.m
|
second-client.m
|
||||||
|
|
||||||
HDRS = \
|
HDRS = \
|
||||||
first-server.h \
|
first-server.h \
|
||||||
|
@ -100,7 +100,8 @@ uninstall:
|
||||||
|
|
||||||
RCS_FILES = $(SRCS) $(HDRS) Makefile.in \
|
RCS_FILES = $(SRCS) $(HDRS) Makefile.in \
|
||||||
Makefile.example.in \
|
Makefile.example.in \
|
||||||
configure.example.in
|
configure.example.in \
|
||||||
|
custom-zone.m
|
||||||
|
|
||||||
DIST_FILES = $(RCS_FILES)
|
DIST_FILES = $(RCS_FILES)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue