]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/smbk5pwd/Makefile
ITS#6323
[openldap] / contrib / slapd-modules / smbk5pwd / Makefile
index 57f5a767f4b8d73073e9df08376f45475c3fc5a2..14e0c5350d978ef746b926d9a5ff34515adce4a6 100644 (file)
@@ -1,4 +1,7 @@
 # $OpenLDAP$
+# This work is part of OpenLDAP Software <http://www.openldap.org/>.
+#
+# Copyright 1998-2009 The OpenLDAP Foundation.
 # Copyright 2004 Howard Chu, Symas Corp. All Rights Reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -26,6 +29,14 @@ SSL_LIB=-lcrypto
 LDAP_LIB=-lldap_r -llber
 LIBS=$(LDAP_LIB) $(HEIMDAL_LIB) $(SSL_LIB)
 
+prefix=/usr/local
+exec_prefix=$(prefix)
+ldap_subdir=/openldap
+
+libdir=$(exec_prefix)/lib
+libexecdir=$(exec_prefix)/libexec
+moduledir = $(libexecdir)$(ldap_subdir)
+
 all:   smbk5pwd.la
 
 
@@ -34,12 +45,11 @@ smbk5pwd.lo:        smbk5pwd.c
 
 smbk5pwd.la:   smbk5pwd.lo
        $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
-       -rpath $(PREFIX)/lib -module -o $@ $? $(LIBS)
+       -rpath $(moduledir) -module -o $@ $? $(LIBS)
 
 clean:
        rm -f smbk5pwd.lo smbk5pwd.la
 
 install: smbk5pwd.la
-       mkdir -p $(PREFIX)/lib/openldap
-       $(LIBTOOL) --mode=install cp smbk5pwd.la $(PREFIX)/lib/openldap
-       $(LIBTOOL) --finish $(PREFIX)/lib
+       mkdir -p $(DESTDIR)$(moduledir)
+       $(LIBTOOL) --mode=install cp smbk5pwd.la $(DESTDIR)$(moduledir)