1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00
irssi/tests/irc/core/Makefile.am

29 lines
565 B
Makefile
Raw Normal View History

2017-11-26 10:19:31 -05:00
include $(top_srcdir)/utils/glib-tap.mk
2017-11-26 15:10:07 -05:00
PACKAGE_STRING=irc/core
AM_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
$(GLIB_CFLAGS)
2017-11-26 10:19:31 -05:00
test_programs = test-irc
test_irc_CPPFLAGS = \
-I$(top_srcdir)/src/irc/core \
$(AM_CPPFLAGS)
test_irc_DEPENDENCIES = \
../../../src/core/libcore.a \
../../../src/lib-config/libirssi_config.a
test_irc_LDADD = \
2017-11-26 15:10:07 -05:00
../../../src/irc/core/libirc_core.a \
../../../src/core/libcore.a \
../../../src/lib-config/libirssi_config.a \
2018-01-16 05:05:47 -05:00
@PROG_LIBS@
test_irc_SOURCES = \
2017-11-26 15:10:07 -05:00
test-irc.c