summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-01-09 22:20:10 +0100
committerMartin Nagy <mnagy@redhat.com>2009-01-09 22:20:10 +0100
commitc502e4dc085a04c8aab113e6ca0d38113818240e (patch)
treebbdda78583355d62240f6181070a9c6923e628c0 /Makefile
parent2c173cfea94028290965d01df22bc24761cfbe65 (diff)
downloadldap_driver-c502e4dc085a04c8aab113e6ca0d38113818240e.tar.gz
ldap_driver-c502e4dc085a04c8aab113e6ca0d38113818240e.tar.xz
ldap_driver-c502e4dc085a04c8aab113e6ca0d38113818240e.zip
Add a generic settings helper.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef194c7..49a2f08 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 str.o
+OBJS = ldap_driver.o semaphore.o log.o settings.o str.o
CFLAGS := -Wall -Wextra -pedantic -std=c99 -g -fPIC $(CFLAGS)