summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-02-10 18:55:56 +0100
committerMartin Nagy <mnagy@redhat.com>2009-02-12 15:39:48 +0100
commitc0aff53501ad45dba1425951a8cc2cd3d1697a8d (patch)
tree623ee09c1e754517f786aaa43a9eb2c42de36480 /Makefile
parenta6935806d2330ad86915a76f6807328d445d63f3 (diff)
Add helper functions for LDAP related conversions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d020153..c22c3ea 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ LIBMINOR = 0
LIBNAME = libdnsldap.so.$(LIBMAJOR).$(LIBMINOR).0
LIBSONAME = libdnsldap.so.$(LIBMAJOR)
-OBJS = ldap_driver.o semaphore.o ldap_helper.o log.o settings.o str.o
+OBJS = ldap_driver.o semaphore.o ldap_convert.o ldap_helper.o log.o settings.o
+OBJS += str.o
CFLAGS := -Wall -Wextra -pedantic -std=c99 -g -fPIC $(CFLAGS)