~asommer/openldap/apport-hook

« back to all changes in this revision

Viewing changes to contrib/slapd-modules/smbk5pwd/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-02-18 00:58:13 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218005813-8230cn0y207m8wzy
Tags: 2.4.21-0ubuntu1
* New upstream release.
* debian/rules, debian/schema/extra/: 
  Fix get-orig-source rule to supports extra schemas shipped as part of the
  debian/schema/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $OpenLDAP: pkg/ldap/contrib/slapd-modules/smbk5pwd/Makefile,v 1.1.6.3 2009/09/01 22:53:30 quanah Exp $
 
1
# $OpenLDAP: pkg/ldap/contrib/slapd-modules/smbk5pwd/Makefile,v 1.1.6.4 2009/10/02 21:16:53 quanah Exp $
2
2
# This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
3
#
4
4
# Copyright 1998-2009 The OpenLDAP Foundation.
45
45
 
46
46
smbk5pwd.la:    smbk5pwd.lo
47
47
        $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
48
 
        -rpath $(libdir) -module -o $@ $? $(LIBS)
 
48
        -rpath $(moduledir) -module -o $@ $? $(LIBS)
49
49
 
50
50
clean:
51
51
        rm -f smbk5pwd.lo smbk5pwd.la