]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/Makefile.in
check for ee == NULL
[openldap] / servers / slapd / overlays / Makefile.in
index b3511c366505edb695d031099edbe8841b04afc0..3321f968a46ca270f4465cd2df6b5b5483be5f16 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 2003-2006 The OpenLDAP Foundation.
+## Copyright 2003-2007 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 \
@@ -30,9 +31,9 @@ SRCS = overlays.c \
        translucent.c \
        unique.c \
        valsort.c
-OBJS = overlays.o \
-       statover.o \
-       @SLAPD_STATIC_OVERLAYS@
+OBJS = statover.o \
+       @SLAPD_STATIC_OVERLAYS@ \
+       overlays.o
 
 # Add here the objs that are needed by overlays, but do not make it
 # into SLAPD_STATIC_OVERLAYS...
@@ -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)