From bd321bc3c400ab4a2793bf7e11edeb42b6dc9e60 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 23 May 2014 22:39:45 +0100 Subject: [PATCH] Removed -module from libprofanity build Removing this flag ensures a .dylib extension is used on OSX since libprofanity is a shared library rather than a dynamically loadable module --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f9cbb2ce..4c902055 100644 --- a/Makefile.am +++ b/Makefile.am @@ -161,7 +161,7 @@ endif if BUILD_C_API lib_LTLIBRARIES = libprofanity.la -libprofanity_la_LDFLAGS=-module -avoid-version -shared +libprofanity_la_LDFLAGS=-avoid-version -shared libprofanity_la_SOURCES = src/plugins/profapi.c library_includedir=$(includedir)