1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

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
This commit is contained in:
James Booth 2014-05-23 22:39:45 +01:00
parent ab096db181
commit bd321bc3c4

View File

@ -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)