]> git.sur5r.net Git - openldap/blobdiff - build/lib.mk
fix previous commit
[openldap] / build / lib.mk
index d31ad5c93d09c6cc0e01ca617be6bfa08b10be6c..d62b0e80703da93b883861348fb654f5d6acd215 100644 (file)
@@ -1,11 +1,20 @@
 # $OpenLDAP$
-## Copyright 1998-2003 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-2006 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)
 
@@ -13,7 +22,7 @@ version.c: Makefile
        $(RM) $@
        $(MKVERSION) $(LIBRARY) > $@
 
-version.o: version.c $(OBJS)
+version.o version.lo: version.c $(OBJS)
 
 install-common: FORCE