diff options
Diffstat (limited to 'src/mhd/Makefile.am')
-rw-r--r-- | src/mhd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mhd/Makefile.am b/src/mhd/Makefile.am index 797dc873..059c275c 100644 --- a/src/mhd/Makefile.am +++ b/src/mhd/Makefile.am @@ -16,7 +16,7 @@ libtalermhd_la_SOURCES = \ mhd_responses.c libtalermhd_la_LDFLAGS = \ -version-info 0:0:0 \ - -export-dynamic -no-undefined + -no-undefined libtalermhd_la_LIBADD = \ -lgnunetjson \ $(top_builddir)/src/json/libtalerjson.la \ |