X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Foverlays%2FMakefile.in;h=5468620ba2d2bee7c5cf7fd07df498e10c6eaf44;hb=98936ee3c4d11e1dee4426c12ef49ba102623bba;hp=86c8f043ca38fcf3f5e5b12184006e82a37682e0;hpb=f86543c7709c74e2311ab4b302a595155a9f90b3;p=openldap diff --git a/servers/slapd/overlays/Makefile.in b/servers/slapd/overlays/Makefile.in index 86c8f043ca..5468620ba2 100644 --- a/servers/slapd/overlays/Makefile.in +++ b/servers/slapd/overlays/Makefile.in @@ -29,6 +29,7 @@ SRCS = overlays.c \ unique.c \ valsort.c OBJS = overlays.o \ + statover.o \ @SLAPD_STATIC_OVERLAYS@ # Add here the objs that are needed by overlays, but do not make it @@ -113,6 +114,8 @@ MKDEPFLAG = -l .c.lo: $(LTCOMPILE_MOD) $< +statover.o: statover.c $(srcdir)/../slap.h + $(LIBRARY): $(OBJS) version.lo $(AR) rs $@ $(OBJS) @@ -124,3 +127,6 @@ depend-local: mv Makefile Makefile.bak; $(SED) $$SCR Makefile.bak > Makefile && \ $(RM) Makefile.bak; fi +veryclean-local: + $(RM) statover.c +