summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-03-13 20:47:04 +0100
committerMartin Nagy <mnagy@redhat.com>2009-03-14 01:02:32 +0100
commit093e3d91f4f581bd6f2f6e17c26c23c44fa83714 (patch)
tree6809ba86ac0f0b74c165d971df90d4ddf27b3512 /Makefile
parent168b710feef318d238f8ef5e090f08a680b5ca23 (diff)
downloadldap_driver-093e3d91f4f581bd6f2f6e17c26c23c44fa83714.tar.gz
ldap_driver-093e3d91f4f581bd6f2f6e17c26c23c44fa83714.tar.xz
ldap_driver-093e3d91f4f581bd6f2f6e17c26c23c44fa83714.zip
Separate rdatalist cloning to it's own function.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 672e5e0..beb152c 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 settings.o
-OBJS += str.o zone_manager.o
+OBJS = ldap_driver.o semaphore.o ldap_convert.o ldap_helper.o log.o rdlist.o
+OBJS += settings.o str.o zone_manager.o
CFLAGS := -Wall -Wextra -pedantic -std=c99 -g -fPIC $(CFLAGS)