diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-05-29 17:39:02 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-05-29 17:39:02 -0400 |
| commit | 22585e3ce80d147cb2c0435148add7634d2787c0 (patch) | |
| tree | 0481411d77f8aa63fe99a205fc99c4d07c910eab /src | |
| parent | 1c750b2d8ff6046b5075759efbccb47a82c0594f (diff) | |
- provide a default suffix value in the example ldif
- export only the module initialization routine
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 28d5e47..9fc92f7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS = $(RUNTIME_CFLAGS) -AM_LDFLAGS = -module -avoid-version +AM_LDFLAGS = -module -avoid-version -export-symbols-regex nis_plugin_init LIBADD = $(RUNTIME_LIBS) -lnsl -lpthread plugindir = $(libdir)/dirsrv/plugins |
