summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-01-26 07:54:25 +0000
committerwtc%netscape.com <devnull@localhost>2000-01-26 07:54:25 +0000
commit8dab14b7ae7c35eb2ccb9d2a4781fafd7dd0af71 (patch)
tree5bc9d2f3d96d29f1a6d53d62b5df186bab87efb1
parent5b20bb85c36cf4eaca093a8875f590a57a5e3a1e (diff)
downloadnspr-hg-8dab14b7ae7c35eb2ccb9d2a4781fafd7dd0af71.tar.gz
Added plevent.h and plevent.c back.
-rw-r--r--lib/ds/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ds/Makefile b/lib/ds/Makefile
index 2c5881d0..b3076f3c 100644
--- a/lib/ds/Makefile
+++ b/lib/ds/Makefile
@@ -32,6 +32,7 @@ INCLUDES = -I$(DIST)/include -I$(MOD_DEPTH)/pr/include
CSRCS = \
plarena.c \
+ plevent.c \
plhash.c \
plvrsion.c \
$(NULL)
@@ -39,6 +40,7 @@ CSRCS = \
HEADERS = \
plarenas.h \
plarena.h \
+ plevent.h \
plhash.h \
$(NULL)