]> git.sur5r.net Git - openldap/blobdiff - build/lib.mk
ITS#5409
[openldap] / build / lib.mk
index 808a6939f1d185c1fbbd10c211190ccde2cafb12..673dafa1c08ecfd9978f9c77e11c7799fe2bdae3 100644 (file)
@@ -1,18 +1,29 @@
 # $OpenLDAP$
-## Copyright 1998-2002 The OpenLDAP Foundation
-## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
-## of this package for details.
-##---------------------------------------------------------------------------
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2008 The OpenLDAP Foundation.
+## All rights reserved.
 ##
-## Makefile Template for Libraries
+## 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>.
+##---------------------------------------------------------------------------
+#
+# Makefile Template for Libraries
+#
 
 all-common: $(LIBRARY) $(PROGRAMS)
 
-version.c: $(OBJS)
+version.c: Makefile
        $(RM) $@
        $(MKVERSION) $(LIBRARY) > $@
 
+version.o version.lo: version.c $(OBJS)
+
 install-common: FORCE
 
 lint: lint-local FORCE