summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-10-12 12:57:39 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-10-12 12:57:39 +0000
commit6a531c9cce92d2841088470a2a7b57b766987168 (patch)
tree5a88d21569f8f880d7d4ea2cd4a265362462ea95 /gnu/lib
parent5d4e8807e42db328bd5ea599772c8bf9059db275 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libobjc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile
index de10f711c53a..f00ee0be2214 100644
--- a/gnu/lib/libobjc/Makefile
+++ b/gnu/lib/libobjc/Makefile
@@ -13,7 +13,7 @@ SRCS= archive.c class.c encoding.c gc.c hash.c init.c linking.m misc.c \
nil_method.c NXConstStr.m Object.m objects.c Protocol.m sarray.c \
selector.c sendmsg.c thr.c thr-objc.c exception.c
-INCS= encoding.h hash.h objc-api.h objc-list.h objc.h runtime.h \
+INCS= encoding.h hash.h objc-api.h objc-decls.h objc-list.h objc.h runtime.h \
sarray.h thr.h typedstream.h NXConstStr.h Object.h Protocol.h
INCSDIR=${INCLUDEDIR}/objc