diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-05 20:17:18 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-05 20:17:18 +0200 |
commit | b5f6874f2c1f02d042ad8abd9bafb1c8c7152efa (patch) | |
tree | 3a4b6a80cd9745721566475830fe6dc475783c93 /src/plugins/fifo/Makefile.am | |
parent | a6c188ce4fb42a12eef068bdcc8e9f7b270c5da8 (diff) | |
download | weechat-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/fifo/Makefile.am')
-rw-r--r-- | src/plugins/fifo/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fifo/Makefile.am b/src/plugins/fifo/Makefile.am index 84faa671e..55d9500ee 100644 --- a/src/plugins/fifo/Makefile.am +++ b/src/plugins/fifo/Makefile.am @@ -27,7 +27,7 @@ fifo_la_SOURCES = fifo.c \ fifo.h \ fifo-info.c \ fifo-info.h -fifo_la_LDFLAGS = -module +fifo_la_LDFLAGS = -module -no-undefined fifo_la_LIBADD = $(FIFO_LFLAGS) EXTRA_DIST = CMakeLists.txt |