From f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Wed, 17 Oct 2007 15:40:55 -0400 Subject: Autotool ipa-server - patch from William Jon McCann . --- ipa-server/ipa-slapi-plugins/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ipa-server/ipa-slapi-plugins/Makefile.am (limited to 'ipa-server/ipa-slapi-plugins/Makefile.am') diff --git a/ipa-server/ipa-slapi-plugins/Makefile.am b/ipa-server/ipa-slapi-plugins/Makefile.am new file mode 100644 index 000000000..134f29d2f --- /dev/null +++ b/ipa-server/ipa-slapi-plugins/Makefile.am @@ -0,0 +1,15 @@ +NULL = + +SUBDIRS = \ + ipa-pwd-extop \ + ipa-memberof \ + dna \ + $(NULL) + +EXTRA_DIST = \ + README \ + $(NULL) + +MAINTAINERCLEANFILES = \ + *~ \ + Makefile.in -- cgit