From 4342693fde05d127c6bb0360cfabd9ee7142abad Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 2 Jun 2008 21:39:40 +0000 Subject: Build and install changes --- plugin/Makefile.am | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'plugin/Makefile.am') diff --git a/plugin/Makefile.am b/plugin/Makefile.am index 3431b09..900e5a2 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -1,10 +1,26 @@ INCLUDES = -DCONF_PREFIX=\"$(sysconfdir)\" -moduledir = $(prefix)/lib/sasl2/ +moduledir = $(libdir) module_LTLIBRARIES = libdelegateldap.la libdelegateldap_la_LDFLAGS = -module -avoid-version libdelegateldap_la_SOURCES = delegateldap.c +delegateldap.sasl: delegateldap.sasl.in Makefile + @sed -e "s|\@LIBDIR\@|$(libdir)|" $< > $@ +delegateldap.README: delegateldap.README.in Makefile + @sed -e "s|\@LIBDIR\@|$(libdir)|" $< > $@ +sasldir = $(libdir)/sasl2/ +sasl_DATA = \ + delegateldap.sasl \ + delegateldap.README + +EXTRA_DIST = \ + delegateldap.sasl.in \ + delegateldap.README.in + +CLEANFILES = \ + delegateldap.sasl \ + delegateldap.README -- cgit v1.2.3