mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 06:32:06 +02:00
good-bye and thanks, autotools
This commit is contained in:
parent
cf6bc31172
commit
b8736225cf
64 changed files with 118 additions and 3866 deletions
|
|
@ -1,28 +0,0 @@
|
|||
moduledir = $(libdir)/irssi/modules
|
||||
module_LTLIBRARIES = libirc_proxy.la
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir) \
|
||||
$(GLIB_CFLAGS)
|
||||
|
||||
libirc_proxy.a:
|
||||
rm -f libirc_proxy.a
|
||||
$(LN_S) .libs/libirc_proxy.a libirc_proxy.a
|
||||
|
||||
libirc_proxy_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
libirc_proxy_la_DEPENDENCIES = libirc_proxy.a
|
||||
|
||||
libirc_proxy_la_SOURCES = \
|
||||
proxy.c \
|
||||
dump.c \
|
||||
listen.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
module.h \
|
||||
proxy.h
|
||||
|
||||
clean-generic:
|
||||
rm -f libirc_proxy.a
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
Loading…
Add table
Add a link
Reference in a new issue