1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/libopkele/files/patch-test_Makefile.am
Martin Wilke a7a74e9753 libopkele is a c++ implementation of an OpenID decentralized identity
system. It provides OpenID protocol handling, leaving authentication
and user interaction to the implementor.

WWW: http://kin.klever.net/libopkele/

PR:		ports/119628
Submitted by:	Sutra Zhou <zhoushuqun at gmail.com>
2008-01-14 11:28:47 +00:00

11 lines
366 B
Plaintext

--- test/Makefile.am.orgi 2008-01-13 18:11:54.000000000 +0100
+++ test/Makefile.am 2008-01-13 18:12:43.000000000 +0100
@@ -1,6 +1,6 @@
noinst_PROGRAMS = test
-INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS}
+INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} ${LIBCURL_CPPFLAGS}
test_SOURCES = test.cc
test_LDADD = ${top_builddir}/lib/libopkele.la