diff options
| author | tv <tv@NetBSD.org> | 1998-08-27 21:37:52 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-08-27 21:37:52 +0000 |
| commit | e7e7954ff4fdef556eadd61fb1e66b0f30798370 (patch) | |
| tree | 4b18b3fa77b654fa480e6a7b0b5428bcc3cb525b /gnu/lib/libobjc | |
| parent | bc7bcc630254aa7529a5526647acfae3a7633189 (diff) | |
Install Obj-C includes, found by <veego@netbsd.org>.
Diffstat (limited to 'gnu/lib/libobjc')
| -rw-r--r-- | gnu/lib/libobjc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index 8b868538d43..b890aa8498e 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/18 17:38:38 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/27 21:37:52 tv Exp $ LIB= objc SRCS= hash.c sarray.c class.c sendmsg.c init.c archive.c \ @@ -7,6 +7,10 @@ SRCS= hash.c sarray.c class.c sendmsg.c init.c archive.c \ thr-single.c DPSRCS+= runtime-info.h +INCS= hash.h objc-list.h sarray.h objc.h objc-api.h NXConstStr.h \ + Object.h Protocol.h encoding.h typedstream.h thr.h +INCSDIR= /usr/include/objc + CPPFLAGS+= -I. -I${ARCH}/${MACHINE_ARCH} -I${ARCH} \ -I${DIST}/config -I${DIST} |
