diff options
author | kei <kei@pkgsrc.org> | 2003-08-17 05:01:58 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2003-08-17 05:01:58 +0000 |
commit | 4d96eca46983b409ddc2588ea531f37bb937cede (patch) | |
tree | 26807aa51c24a99b5e3ef44c2ca98edc31da3ff1 /devel/boehm-gc/PLIST | |
parent | a6c11620bafaee592aaa189c6ca40f4ab74bff70 (diff) | |
download | pkgsrc-4d96eca46983b409ddc2588ea531f37bb937cede.tar.gz |
install private header files as well. an application (latest version of
lang/gauche, actually) needs them. there are some comments in
doc/README.changes about this issue.
Diffstat (limited to 'devel/boehm-gc/PLIST')
-rw-r--r-- | devel/boehm-gc/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/boehm-gc/PLIST b/devel/boehm-gc/PLIST index f90bd5d891c..37dd43f9935 100644 --- a/devel/boehm-gc/PLIST +++ b/devel/boehm-gc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/06/27 10:49:42 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/08/17 05:01:58 kei Exp $ include/gc.h include/gc/gc.h include/gc/gc_alloc.h @@ -16,6 +16,10 @@ include/gc/gc_pthread_redirects.h include/gc/gc_typed.h include/gc/leak_detector.h include/gc/new_gc_alloc.h +include/gc/private/gc_hdrs.h +include/gc/private/gc_locks.h +include/gc/private/gc_priv.h +include/gc/private/gcconfig.h include/gc/weakpointer.h include/gc_config_macros.h include/gc_local_alloc.h @@ -61,4 +65,5 @@ share/doc/gc/leak.html share/doc/gc/scale.html share/doc/gc/tree.html @dirrm share/doc/gc +@dirrm include/gc/private @dirrm include/gc |