diff options
author | Stef Walter <stef@memberwebs.com> | 2009-07-31 15:52:53 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-07-31 15:52:53 +0000 |
commit | 5fd6cf69da7ff8d512dfc0edd9d1996c4f6e3e87 (patch) | |
tree | 98e0a5152bc5a5a9a7ffa8afb9e859229e9faa9d /plugin/Makefile.am | |
parent | 9b6fd905f2c2aaede608b3525d27c2c75ce29e1d (diff) |
Basic code structure in place
git-svn-id: http://internal-svn-server/svn/network/slapi-suffix@1513 96c7dce7-e4ff-0310-afa0-05b99c2e9643
Diffstat (limited to 'plugin/Makefile.am')
-rw-r--r-- | plugin/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am index 8d07ee0..7302099 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -5,7 +5,8 @@ INCLUDES = \ lib_LTLIBRARIES = slapi-suffix.la slapi_suffix_la_SOURCES = \ - plugin.c plugin.h + plugin.c plugin.h \ + suffix.c slapi_suffix_la_LDFLAGS = -module -avoid-version \ -export-symbols-regex 'plugin_init' |