summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-01-14 16:41:12 +0100
committerMartin Nagy <mnagy@redhat.com>2009-01-14 16:41:12 +0100
commitb5a1cfb1cded6a31719da75525aa6ffb7d0915f3 (patch)
treece37ffd4c18a918bd1977c89ff0bde8a36881b0f /Makefile
parent4a78983d04dc77729b75d1620c41f1d2d140e8cc (diff)
downloadldap_driver-b5a1cfb1cded6a31719da75525aa6ffb7d0915f3.tar.gz
ldap_driver-b5a1cfb1cded6a31719da75525aa6ffb7d0915f3.tar.xz
ldap_driver-b5a1cfb1cded6a31719da75525aa6ffb7d0915f3.zip
Add LDAP helper routines.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49a2f08..d020153 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ LIBMINOR = 0
LIBNAME = libdnsldap.so.$(LIBMAJOR).$(LIBMINOR).0
LIBSONAME = libdnsldap.so.$(LIBMAJOR)
-OBJS = ldap_driver.o semaphore.o log.o settings.o str.o
+OBJS = ldap_driver.o semaphore.o ldap_helper.o log.o settings.o str.o
CFLAGS := -Wall -Wextra -pedantic -std=c99 -g -fPIC $(CFLAGS)