]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/Makefile.in
Happy new year! (belated)
[openldap] / servers / slapd / overlays / Makefile.in
index e50b44d6f8638573b0cbcbf0dd4b1f0f1914d0b5..63249e38462ef6facf919140c687c3b8cb2751d8 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 2003-2007 The OpenLDAP Foundation.
+## Copyright 2003-2008 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -20,6 +20,7 @@ SRCS = overlays.c \
        dds.c \
        dyngroup.c \
        dynlist.c \
+       memberof.c \
        pcache.c \
        ppolicy.c \
        refint.c \
@@ -76,6 +77,9 @@ dyngroup.la : dyngroup.lo
 dynlist.la : dynlist.lo
        $(LTLINK_MOD) -module -o $@ dynlist.lo version.lo $(LINK_LIBS)
 
+memberof.la : memberof.lo
+       $(LTLINK_MOD) -module -o $@ memberof.lo version.lo $(LINK_LIBS)
+
 pcache.la : pcache.lo
        $(LTLINK_MOD) -module -o $@ pcache.lo version.lo $(LINK_LIBS)
 
@@ -128,7 +132,7 @@ $(LIBRARY): $(OBJS) version.lo
        $(AR) rs $@ $(OBJS)
 
 # Must fixup depends for non-libtool objects
-depend-local:
+depend-local: depend-common
        @if test -n "$(OBJS)"; then \
        OBJ2=`echo $(OBJS) $(OBJDEP) | $(SED) -e 's/\.o//g'`; \
        SCR=''; for i in $$OBJ2; do SCR="$$SCR -e s/^$$i.lo:/$$i.o:/"; done; \