X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Fmod.mk;h=84b92750791a49e7a45c0b12cdc50205b64cca6c;hb=619cebee126b6f3cdee3a336504989566cffa02e;hp=ee4797a825e7d88de734c02a66d40dbd67112a7e;hpb=33a66fa77bbf65a32636e01b7329d9ade79ab639;p=openldap diff --git a/build/mod.mk b/build/mod.mk index ee4797a825..84b9275079 100644 --- a/build/mod.mk +++ b/build/mod.mk @@ -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 . +## +## Copyright 1998-2011 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 +## . +##--------------------------------------------------------------------------- +# +# 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)