summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-01-26 07:56:02 +0000
committerwtc%netscape.com <devnull@localhost>2000-01-26 07:56:02 +0000
commit8b122dbe417dfb839f1d6cf1d7752569a85f6af5 (patch)
tree1901062ad96ee7e9dfd090d252d668b920acb73a
parent8dab14b7ae7c35eb2ccb9d2a4781fafd7dd0af71 (diff)
downloadnspr-hg-8b122dbe417dfb839f1d6cf1d7752569a85f6af5.tar.gz
Added plevent.c and plevent.h back.
-rw-r--r--lib/ds/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ds/Makefile.in b/lib/ds/Makefile.in
index 0240723c..6c87443d 100644
--- a/lib/ds/Makefile.in
+++ b/lib/ds/Makefile.in
@@ -39,6 +39,7 @@ INCLUDES = -I$(DIST)/include -I$(topsrcdir)/pr/include
CSRCS = \
plarena.c \
+ plevent.c \
plhash.c \
plvrsion.c \
$(NULL)
@@ -46,6 +47,7 @@ CSRCS = \
HEADERS = \
plarenas.h \
plarena.h \
+ plevent.h \
plhash.h \
$(NULL)