]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/Makefile.in
Add autoca overlay
[openldap] / servers / slapd / overlays / Makefile.in
index e6edba6678c470e12181d947a5100fbb425acb4f..49d5c1af4c634c4ca439285f67882d939db7f49f 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 2003-2015 The OpenLDAP Foundation.
+## Copyright 2003-2017 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -16,6 +16,7 @@
 SRCS = overlays.c \
        accesslog.c \
        auditlog.c \
+       autoca.c \
        constraint.c \
        dds.c \
        deref.c \
@@ -68,6 +69,9 @@ accesslog.la : accesslog.lo
 auditlog.la : auditlog.lo
        $(LTLINK_MOD) -module -o $@ auditlog.lo version.lo $(LINK_LIBS)
 
+autoca.la : autoca.lo
+       $(LTLINK_MOD) -module -o $@ autoca.lo version.lo $(LINK_LIBS)
+
 constraint.la : constraint.lo
        $(LTLINK_MOD) -module -o $@ constraint.lo version.lo $(LINK_LIBS)