summaryrefslogtreecommitdiff
path: root/tests/irc/core/Makefile.am
blob: 86f1d547d026d3a1ea701437583adc05aba4622f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include $(top_srcdir)/utils/glib-tap.mk

PACKAGE_STRING=irc/core

AM_CPPFLAGS = \
	-I$(top_srcdir)/src \
	-I$(top_srcdir)/src/core \
	-DSYSCONFDIR=\""$(sysconfdir)"\" \
	$(GLIB_CFLAGS)

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 = \
	../../../src/irc/core/libirc_core.a \
	../../../src/core/libcore.a \
	../../../src/lib-config/libirssi_config.a \
	@PROG_LIBS@

test_irc_SOURCES = \
	test-irc.c