mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +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,40 +0,0 @@
|
|||
moduledir = $(libdir)/irssi/modules
|
||||
|
||||
module_LTLIBRARIES = $(otr_module_lib)
|
||||
noinst_LTLIBRARIES = $(otr_static_lib)
|
||||
|
||||
EXTRA_LTLIBRARIES = \
|
||||
libotr_core.la \
|
||||
libotr_core_static.la
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir) \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(OTR_CFLAGS)
|
||||
|
||||
libotr_core_la_LDFLAGS = -module -avoid-version -rpath $(moduledir)
|
||||
libotr_core_la_LIBADD = $(OTR_LDFLAGS)
|
||||
|
||||
otr_sources = \
|
||||
key.c \
|
||||
otr-module.c \
|
||||
otr-formats.c \
|
||||
otr-ops.c \
|
||||
otr-fe.c \
|
||||
otr.c
|
||||
|
||||
libotr_core_la_SOURCES = \
|
||||
$(otr_sources)
|
||||
|
||||
libotr_core_static_la_SOURCES = \
|
||||
$(otr_sources)
|
||||
|
||||
noinst_HEADERS = \
|
||||
irssi-otr.h \
|
||||
key.h \
|
||||
module.h \
|
||||
otr-formats.h \
|
||||
otr-fe.h \
|
||||
otr.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
Loading…
Add table
Add a link
Reference in a new issue