mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
a7a74e9753
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>
11 lines
366 B
Plaintext
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
|