]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/Makefile.in
syncinfo_free must be able to free multiple syncinfos
[openldap] / servers / slurpd / Makefile.in
index 78844afe00f84a76750423475b235b674dbda97c..9ce402c03a05f29cb6c1d4f610e0d3d544da8745 100644 (file)
@@ -1,9 +1,17 @@
+# Makefile.in for slurpd
 # $OpenLDAP$
-## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
-## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Makefile.in for slurpd
+## Copyright 1998-2007 The OpenLDAP Foundation.
+## All rights reserved.
 ##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
 
 PROGRAMS = slurpd
 XPROGRAMS = sslurpd
@@ -32,8 +40,7 @@ all-local-srv:        $(PROGRAMS)
 
 # $(LTHREAD_LIBS) must be last!
 XLIBS = $(SLURPD_L)
-XXLIBS = $(SLURPD_LIBS) $(SECURITY_LIBS) \
-       $(LDIF_LIBS) $(LUTIL_LIBS)
+XXLIBS = $(SLURPD_LIBS) $(SECURITY_LIBS) $(LUTIL_LIBS)
 XXXLIBS = $(LTHREAD_LIBS)
 
 slurpd:        version.o
@@ -44,7 +51,7 @@ sslurpd:      version.o
 
 version.c: Makefile
        @-$(RM) $@
-       $(MKVERSION) slurpd > $@
+       $(MKVERSION) -s -n Versionstr slurpd > $@
 
 version.o: version.c $(OBJS) $(SLURPD_L)
 
@@ -53,7 +60,7 @@ install-local-srv: FORCE
        @-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-slurp
        @(                                                              \
            for prg in $(PROGRAMS); do                                  \
-               $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 $$prg$(EXEEXT)   \
+               $(LTINSTALL) $(INSTALLFLAGS) $(STRIP) -m 755 $$prg$(EXEEXT)     \
                    $(DESTDIR)$(libexecdir);                            \
            done                                                        \
        )