mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
12 lines
408 B
Text
12 lines
408 B
Text
--- servers/slapd/overlays/Makefile.in.orig 2007-05-30 05:57:47.000000000 +0800
|
|
+++ servers/slapd/overlays/Makefile.in 2007-06-18 11:45:18.466193747 +0800
|
|
@@ -32,6 +32,9 @@
|
|
OBJS = statover.o \
|
|
@SLAPD_STATIC_OVERLAYS@ \
|
|
overlays.o
|
|
+LIBTOOL_OBJS = overlays.lo \
|
|
+ glue.lo \
|
|
+ version.lo
|
|
|
|
# Add here the objs that are needed by overlays, but do not make it
|
|
# into SLAPD_STATIC_OVERLAYS...
|