diff options
author | Stef Walter <stef@thewalter.net> | 2008-06-02 20:21:37 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2008-06-02 20:21:37 +0000 |
commit | 3c75705512cafe50a9bd166e90b699e768f93160 (patch) | |
tree | c60b0fec26233664314110d42f62519dddb08bc4 /plugin/Makefile.am |
Initial import
Diffstat (limited to 'plugin/Makefile.am')
-rw-r--r-- | plugin/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
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 + + |