build system: Search for <avl.h> and link with `avl'.
authorFlorian Forster <octo@verplant.org>
Sat, 21 Jun 2008 13:43:19 +0000 (15:43 +0200)
committerFlorian Forster <octo@verplant.org>
Sat, 21 Jun 2008 13:43:19 +0000 (15:43 +0200)
configure.ac
src/Makefile.am

index 416b8a8..80dcb94 100644 (file)
@@ -19,5 +19,6 @@ AC_PROG_LIBTOOL
 AC_CONFIG_SUBDIRS(libltdl)
 
 AC_HEADER_STDC
+AC_CHECK_HEADERS(avl.h)
 
 AC_OUTPUT(Makefile src/Makefile)
index 456fb13..9c670f1 100644 (file)
@@ -10,5 +10,5 @@ rrdc_SOURCES = rrdc.c rrdd.h rrdc.h
 rrdc_LDADD = librrdc.la
 
 rrdd_SOURCES = rrdd.c rrdd.h
-
+rrdd_LDADD = -lavl -lrrd_th