From 3bfc16d42e51d0920fa44fcae58b22d4d0c597cf Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Thu, 3 Jun 2004 12:32:56 +0000 Subject: [PATCH] Export the dynamic symbols to the plugins --- SRC/Makefile.am | 1 + SRC/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/SRC/Makefile.am b/SRC/Makefile.am index 64b777e..17d0124 100644 --- a/SRC/Makefile.am +++ b/SRC/Makefile.am @@ -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 diff --git a/SRC/Makefile.in b/SRC/Makefile.in index 15e6934..554d123 100644 --- a/SRC/Makefile.in +++ b/SRC/Makefile.in @@ -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