diff options
author | Timo Sirainen <cras@irssi.org> | 2000-10-02 01:11:53 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-10-02 01:11:53 +0000 |
commit | 6fc2a3412178385f241efa4c16d7e8b10d392042 (patch) | |
tree | 6203f7abe48c7eccdcc847e873897dc410e13fc8 /src/irc/proxy/Makefile.am | |
parent | b7ce4dc8141239f7efe39f2a4be1ec65808f66be (diff) | |
download | irssi-6fc2a3412178385f241efa4c16d7e8b10d392042.zip |
Added -avoid-version options and disable-static for SILC module.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@714 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/proxy/Makefile.am')
-rw-r--r-- | src/irc/proxy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/proxy/Makefile.am b/src/irc/proxy/Makefile.am index d41843cb..e4fd73b6 100644 --- a/src/irc/proxy/Makefile.am +++ b/src/irc/proxy/Makefile.am @@ -1,6 +1,8 @@ moduledir = $(libdir)/irssi/modules module_LTLIBRARIES = libproxy.la +libproxy_la_LDFLAGS = -avoid-version + INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/irc/core/ |