Export the dynamic symbols to the plugins

Initial
Stephane Bortzmeyer 20 years ago
parent db9c2f334b
commit 3bfc16d42e

@ -6,6 +6,7 @@ bin_PROGRAMS = echoping
man_MANS = echoping.1
echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h smtp.c
echoping_LDADD =
echoping_LDFLAGS = -export-dynamic
DOCS=DETAILS PLUGINS
SUBDIRS=plugins

@ -204,6 +204,7 @@ target_alias = @target_alias@
man_MANS = echoping.1
echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h smtp.c
echoping_LDADD =
echoping_LDFLAGS = -export-dynamic
DOCS = DETAILS PLUGINS
SUBDIRS = plugins
TESTS = test-echoping-local test-echoping-remote

Loading…
Cancel
Save