mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +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,31 +0,0 @@
|
|||
include $(top_srcdir)/utils/glib-tap.mk
|
||||
|
||||
PACKAGE_STRING=irc/core
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir) \
|
||||
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
||||
$(GLIB_CFLAGS)
|
||||
|
||||
test_programs = test-channel-events test-irc
|
||||
|
||||
CPPFLAGS = \
|
||||
$(AM_CPPFLAGS)
|
||||
|
||||
DEPENDENCIES = \
|
||||
../../../src/core/libcore.a \
|
||||
../../../src/lib-config/libirssi_config.a
|
||||
|
||||
LDADD = \
|
||||
../../../src/irc/core/libirc_core.a \
|
||||
../../../src/core/libcore.a \
|
||||
../../../src/lib-config/libirssi_config.a \
|
||||
@PROG_LIBS@
|
||||
|
||||
test_channel_events_SOURCES = \
|
||||
test-channel-events.c
|
||||
|
||||
test_irc_SOURCES = \
|
||||
test-irc.c
|
||||
|
||||
EXTRA_DIST += meson.build
|
||||
Loading…
Add table
Add a link
Reference in a new issue