diff options
Diffstat (limited to 'src/irc/notifylist')
-rw-r--r-- | src/irc/notifylist/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/irc/notifylist/Makefile.am b/src/irc/notifylist/Makefile.am index 1abbeb66..a5fb387e 100644 --- a/src/irc/notifylist/Makefile.am +++ b/src/irc/notifylist/Makefile.am @@ -1,12 +1,9 @@ -moduledir = $(libdir)/irssi/modules -module_LTLIBRARIES = libirc_notifylist.la - -libirc_notifylist_la_LDFLAGS = -avoid-version +noinst_LIBRARIES = libirc_notifylist.a INCLUDES = $(GLIB_CFLAGS) \ -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/ -libirc_notifylist_la_SOURCES = \ +libirc_notifylist_a_SOURCES = \ notifylist.c \ notify-commands.c \ notify-ison.c \ |