From 07db95dcf0d3c065b79d805ab81ef2e9ed328dce Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 28 Jul 2009 23:01:11 +0000 Subject: Some skeleton bits for plugin code git-svn-id: http://internal-svn-server/svn/network/slapi-suffix@1507 96c7dce7-e4ff-0310-afa0-05b99c2e9643 --- plugin/Makefile.am | 11 +++++++++++ 1 file changed, 11 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..8d07ee0 --- /dev/null +++ b/plugin/Makefile.am @@ -0,0 +1,11 @@ + +INCLUDES = \ + -I$(top_srcdir) + +lib_LTLIBRARIES = slapi-suffix.la + +slapi_suffix_la_SOURCES = \ + plugin.c plugin.h + +slapi_suffix_la_LDFLAGS = -module -avoid-version \ + -export-symbols-regex 'plugin_init' -- cgit v1.2.3