summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-06-08 00:47:53 +0200
committerRichard Braun <rbraun@sceen.net>2013-06-08 00:47:53 +0200
commite40ba7352fedd5d05d66c041b3199cc995d1c402 (patch)
treecf69afa3c9d844783b73569be6b1a7298779d01c /Makefile.am
parent599cb4429d5c667599178714158f5d2090e34ad2 (diff)
rdxtree: optimize calls to insert and lookup functions
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d685fce..7018878 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,8 @@ librbraun_la_SOURCES = \
rbtree.h \
rbtree_i.h \
rdxtree.c \
- rdxtree.h
+ rdxtree.h \
+ rdxtree_i.h
librbraun_la_LIBADD = -lrt -lpthread