summaryrefslogtreecommitdiff
path: root/src/plugins/xfer
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-10-05 20:17:18 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-10-05 20:17:18 +0200
commitb5f6874f2c1f02d042ad8abd9bafb1c8c7152efa (patch)
tree3a4b6a80cd9745721566475830fe6dc475783c93 /src/plugins/xfer
parenta6c188ce4fb42a12eef068bdcc8e9f7b270c5da8 (diff)
downloadweechat-b5f6874f2c1f02d042ad8abd9bafb1c8c7152efa.zip
core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in plugins
This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
Diffstat (limited to 'src/plugins/xfer')
-rw-r--r--src/plugins/xfer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/xfer/Makefile.am b/src/plugins/xfer/Makefile.am
index d7f4e5654..c5ee6fdde 100644
--- a/src/plugins/xfer/Makefile.am
+++ b/src/plugins/xfer/Makefile.am
@@ -46,7 +46,7 @@ xfer_la_SOURCES = xfer.c \
xfer-upgrade.c \
xfer-upgrade.h
-xfer_la_LDFLAGS = -module
+xfer_la_LDFLAGS = -module -no-undefined
xfer_la_LIBADD = $(XFER_LFLAGS)
EXTRA_DIST = CMakeLists.txt