diff options
author | scc <devnull@localhost> | 1998-06-04 22:51:07 +0000 |
---|---|---|
committer | scc <devnull@localhost> | 1998-06-04 22:51:07 +0000 |
commit | 1a63b1c00cd0e6f843bc570b3a9bca266ad0a657 (patch) | |
tree | 78d205b7586686ee9e8ad1d028d1654ce0cdf4cb | |
parent | 85c044448bc380e1e7169ca65d3d2d8365c7b1df (diff) | |
download | nspr-hg-1a63b1c00cd0e6f843bc570b3a9bca266ad0a657.tar.gz |
First Checked In.
-rw-r--r-- | lib/ds/MANIFEST | 8 | ||||
-rw-r--r-- | lib/libc/include/MANIFEST | 9 | ||||
-rw-r--r-- | lib/msgc/include/MANIFEST | 5 | ||||
-rw-r--r-- | pr/src/md/mac/MANIFEST | 7 |
4 files changed, 29 insertions, 0 deletions
diff --git a/lib/ds/MANIFEST b/lib/ds/MANIFEST new file mode 100644 index 00000000..ce8226bd --- /dev/null +++ b/lib/ds/MANIFEST @@ -0,0 +1,8 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +plarenas.h +plarena.h +plevent.h +plhash.h diff --git a/lib/libc/include/MANIFEST b/lib/libc/include/MANIFEST new file mode 100644 index 00000000..63e8861d --- /dev/null +++ b/lib/libc/include/MANIFEST @@ -0,0 +1,9 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +plbase64.h +plerror.h +plgetopt.h +plresolv.h +plstr.h diff --git a/lib/msgc/include/MANIFEST b/lib/msgc/include/MANIFEST new file mode 100644 index 00000000..a45ec20e --- /dev/null +++ b/lib/msgc/include/MANIFEST @@ -0,0 +1,5 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +prgc.h diff --git a/pr/src/md/mac/MANIFEST b/pr/src/md/mac/MANIFEST new file mode 100644 index 00000000..c51cbd5a --- /dev/null +++ b/pr/src/md/mac/MANIFEST @@ -0,0 +1,7 @@ +# +# This is a list of local files which get copied to the mozilla:dist directory +# + +MacErrorHandling.h +macsocket.h +prcpucfg.h |