summaryrefslogtreecommitdiff
path: root/nslcd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-15 02:59:28 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-15 02:59:28 -0500
commit6178fa92ba550d57e3f459178bbd7dd6c027c1f9 (patch)
treebc7c09d7040c51389ff204dc5c05d897fb43d050 /nslcd
parent7cf822201abf30c1603334e0b7e664050e2e38a2 (diff)
update configure
Diffstat (limited to 'nslcd')
-rw-r--r--nslcd/Makefile.am2
-rw-r--r--nslcd/common.h5
2 files changed, 1 insertions, 6 deletions
diff --git a/nslcd/Makefile.am b/nslcd/Makefile.am
index acc7250..cda2716 100644
--- a/nslcd/Makefile.am
+++ b/nslcd/Makefile.am
@@ -37,7 +37,7 @@ nslcd_SOURCES = nslcd.c ../nslcd.h ../common/nslcd-prot.h \
nslcd_LDADD = ../common/libtio.a ../common/libdict.a \
../common/libexpr.a ../common/libinotify_helpers.a \
../compat/libcompat.a \
- -lcrypt -lyaml @nslcd_LIBS@ @PTHREAD_LIBS@
+ @nslcd_LIBS@ @PTHREAD_LIBS@
$(patsubst %.c,%.o,$(shell grep -lF common.h *.c)): dispatch.h
diff --git a/nslcd/common.h b/nslcd/common.h
index 558b978..ac84734 100644
--- a/nslcd/common.h
+++ b/nslcd/common.h
@@ -39,11 +39,6 @@
#include "cfg.h"
#include "hackers.h"
-#define NSS_MODULE_SONAME NSS_LDAP_SONAME
-#define NSS_MODULE_NAME "ldap"
-#define NSS_MODULE_SYM_VERSION "_nss_ldap_version"
-#define NSS_MODULE_SYM_ENABLELOOKUPS "_nss_ldap_enablelookups"
-
/* macros for basic read and write operations, the following
ERROR_OUT* marcos define the action taken on errors
the stream is not closed because the caller closes the