From 3c75705512cafe50a9bd166e90b699e768f93160 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 2 Jun 2008 20:21:37 +0000 Subject: Initial import --- plugin/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugin/Makefile.am (limited to 'plugin/Makefile.am') diff --git a/plugin/Makefile.am b/plugin/Makefile.am new file mode 100644 index 0000000..3431b09 --- /dev/null +++ b/plugin/Makefile.am @@ -0,0 +1,10 @@ + +INCLUDES = -DCONF_PREFIX=\"$(sysconfdir)\" + +moduledir = $(prefix)/lib/sasl2/ +module_LTLIBRARIES = libdelegateldap.la + +libdelegateldap_la_LDFLAGS = -module -avoid-version +libdelegateldap_la_SOURCES = delegateldap.c + + -- cgit v1.2.3