summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-04-28 06:43:49 +0200
committerMartin Nagy <mnagy@redhat.com>2009-04-28 06:43:49 +0200
commit1256129f5c80348d429e7d9b8e16892271214dd2 (patch)
treea331ef1a236e0de207369714da139c4a2d34c646 /src
parente68a3316ad175fff0ebbd7b38cbb34425e17e9a2 (diff)
downloadldap_driver-1256129f5c80348d429e7d9b8e16892271214dd2.tar.gz
ldap_driver-1256129f5c80348d429e7d9b8e16892271214dd2.tar.xz
ldap_driver-1256129f5c80348d429e7d9b8e16892271214dd2.zip
Rename the project to bind-dyndb-ldap.
Also, rename libdnsldap.so to ldap.so.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c15e1cb..8049c1c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-bindplugin_LTLIBRARIES = libdnsldap.la
+bindplugin_LTLIBRARIES = ldap.la
bindplugindir=$(libdir)/bind
HDRS = \
@@ -14,7 +14,7 @@ HDRS = \
util.h \
zone_manager.h
-libdnsldap_la_SOURCES = \
+ldap_la_SOURCES = \
$(HDRS) \
acl.c \
cache.c \
@@ -28,6 +28,6 @@ libdnsldap_la_SOURCES = \
str.c \
zone_manager.c
-libdnsldap_la_CFLAGS = -Wall -Wextra -pedantic -std=c99
+ldap_la_CFLAGS = -Wall -Wextra -pedantic -std=c99
-libdnsldap_la_LDFLAGS = -avoid-version
+ldap_la_LDFLAGS = -module -avoid-version