mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
33 lines
661 B
Makefile
33 lines
661 B
Makefile
include $(top_srcdir)/utils/glib-tap.mk
|
|
|
|
PACKAGE_STRING=irc/flood
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/core \
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
|
$(GLIB_CFLAGS)
|
|
|
|
test_programs = \
|
|
test-796
|
|
|
|
test_796_CPPFLAGS = \
|
|
-I$(top_srcdir)/src/irc/core \
|
|
-I$(top_srcdir)/src/irc/flood \
|
|
$(AM_CPPFLAGS)
|
|
|
|
test_796_DEPENDENCIES = \
|
|
../../../src/core/libcore.a \
|
|
../../../src/lib-config/libirssi_config.a
|
|
|
|
test_796_LDADD = \
|
|
../../../src/irc/flood/libirc_flood.a \
|
|
../../../src/irc/core/libirc_core.a \
|
|
../../../src/core/libcore.a \
|
|
../../../src/lib-config/libirssi_config.a \
|
|
@GLIB_LIBS@ \
|
|
@OPENSSL_LIBS@
|
|
|
|
test_796_SOURCES = \
|
|
test-796.c
|