summaryrefslogtreecommitdiffabout
path: root/test/Makefile.am
blob: b573d554874fb14d449051f9ffe898584b0887b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
noinst_PROGRAMS = test idiscover

AM_CPPFLAGS=${CPPFLAGS_DEBUG}
DEFAULT_INCLUDES = -I${top_builddir}
INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} ${LIBCURL_CPPFLAGS}

test_SOURCES = test.cc
test_LDADD = ${top_builddir}/lib/libopkele.la

EXTRA_DIST=$(addsuffix .html,$(addprefix html/, \
	empty head-in-body hkn-delegate hkn-server hkn in-body \
	unclosed-head spaced-links spaced-link-attrs 2rels \
	))

idiscover_SOURCES = idiscover.cc
idiscover_LDADD = ${top_builddir}/lib/libopkele.la