]> git.sur5r.net Git - openldap/blobdiff - build/mod.mk
Import ITS#5035 part 7 (SLAP_EPOLL_EV_PTRFD() return type).
[openldap] / build / mod.mk
index ee4797a825e7d88de734c02a66d40dbd67112a7e..71463812c299c1720b9e393b02f5eedf3d4da411 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-2007 The OpenLDAP Foundation.
+## All rights reserved.
 ##
-## Makefile Template for Server Modules
+## 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 Server Modules
+#
 
 LIBRARY = $(LIBBASE).la
 LIBSTAT = lib$(LIBBASE).a
@@ -26,7 +35,7 @@ version.c: Makefile
        $(RM) $@
        $(MKVERSION) $(LIBBASE) > $@
 
-version.o: version.c $(OBJS)
+version.lo: version.c $(OBJS)
 
 $(LIBRARY): version.lo
        $(LTLINK_MOD) -module -o $@ $(OBJS) version.lo $(LINK_LIBS)