From: Andreas Eversberg Date: Thu, 6 Jun 2013 08:29:27 +0000 (+0200) Subject: Fixed linker flags for chan LCR X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=e2c8d0790d8de5742c1cde8d25de1c6022fb9df9 Fixed linker flags for chan LCR Thanx to Nick Vervelakis for pointing to this bug. --- diff --git a/Makefile.am b/Makefile.am index 11a2beb..b1fab38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -141,7 +141,7 @@ sbin_PROGRAMS = lcr genrc genextension if ENABLE_ASTERISK_CHANNEL_DRIVER noinst_PROGRAMS = chan_lcr.so chan_lcr_so_SOURCES = -chan_lcr_so_LDFLAGS = -shared +chan_lcr_so_LDFLAGS = --shared chan_lcr_so_LDADD = chan_lcr.po options.po callerid.po select.po # List chan_lcr specific sources for make dist