summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)