author | Michael Krelin <hacker@klever.net> | 2008-01-13 16:42:50 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-01-13 16:42:50 (UTC) |
commit | 2f82a7acabcb00c6785151f9aca3d4270f3914b7 (patch) (unidiff) | |
tree | e73c55be6e667af2d11a97d1b67ed77889f46016 | |
parent | d0b30e379fc4032782776866fbb0adc6148ea023 (diff) | |
parent | 8e3201da1255e61a6e3fe5be02660c456591c761 (diff) | |
download | libopkele-2f82a7acabcb00c6785151f9aca3d4270f3914b7.zip libopkele-2f82a7acabcb00c6785151f9aca3d4270f3914b7.tar.gz libopkele-2f82a7acabcb00c6785151f9aca3d4270f3914b7.tar.bz2 |
Merge branch 'next' into devel/openid20
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index bacaafa..b573d55 100644 --- a/test/Makefile.am +++ b/test/Makefile.am | |||
@@ -1,16 +1,16 @@ | |||
1 | noinst_PROGRAMS = test idiscover | 1 | noinst_PROGRAMS = test idiscover |
2 | 2 | ||
3 | AM_CPPFLAGS=${CPPFLAGS_DEBUG} | 3 | AM_CPPFLAGS=${CPPFLAGS_DEBUG} |
4 | DEFAULT_INCLUDES = -I${top_builddir} | 4 | DEFAULT_INCLUDES = -I${top_builddir} |
5 | INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} | 5 | INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} ${LIBCURL_CPPFLAGS} |
6 | 6 | ||
7 | test_SOURCES = test.cc | 7 | test_SOURCES = test.cc |
8 | test_LDADD = ${top_builddir}/lib/libopkele.la | 8 | test_LDADD = ${top_builddir}/lib/libopkele.la |
9 | 9 | ||
10 | EXTRA_DIST=$(addsuffix .html,$(addprefix html/, \ | 10 | EXTRA_DIST=$(addsuffix .html,$(addprefix html/, \ |
11 | empty head-in-body hkn-delegate hkn-server hkn in-body \ | 11 | empty head-in-body hkn-delegate hkn-server hkn in-body \ |
12 | unclosed-head spaced-links spaced-link-attrs 2rels \ | 12 | unclosed-head spaced-links spaced-link-attrs 2rels \ |
13 | )) | 13 | )) |
14 | 14 | ||
15 | idiscover_SOURCES = idiscover.cc | 15 | idiscover_SOURCES = idiscover.cc |
16 | idiscover_LDADD = ${top_builddir}/lib/libopkele.la | 16 | idiscover_LDADD = ${top_builddir}/lib/libopkele.la |