summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-03-13 20:23:48 +0100
committerMartin Nagy <mnagy@redhat.com>2009-03-14 01:02:32 +0100
commitd3f1b3d282e43c3017af8daf7015c4427e125633 (patch)
tree698dc6e852dad4795057c4b56a1a069ac6d836ed /Makefile
parent313dfc2a67db42894749a84e2ec7bb5df6b01ffa (diff)
downloadldap_driver-d3f1b3d282e43c3017af8daf7015c4427e125633.tar.gz
ldap_driver-d3f1b3d282e43c3017af8daf7015c4427e125633.tar.xz
ldap_driver-d3f1b3d282e43c3017af8daf7015c4427e125633.zip
Add basic caching support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index beb152c..ceb4bcf 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ LIBMINOR = 0
LIBNAME = libdnsldap.so.$(LIBMAJOR).$(LIBMINOR).0
LIBSONAME = libdnsldap.so.$(LIBMAJOR)
-OBJS = ldap_driver.o semaphore.o ldap_convert.o ldap_helper.o log.o rdlist.o
-OBJS += settings.o str.o zone_manager.o
+OBJS = cache.o ldap_driver.o semaphore.o ldap_convert.o ldap_helper.o log.o
+OBJS += rdlist.o settings.o str.o zone_manager.o
CFLAGS := -Wall -Wextra -pedantic -std=c99 -g -fPIC $(CFLAGS)