1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-15 04:28:09 -04:00
irssi/tests/irc/core/Makefile.am
Ailin Nemui e7f3946583 configure automake with nostdinc
the current directoryh won't be added to the compiler's -I path
2021-02-02 00:24:34 +01:00

32 lines
579 B
Makefile

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