summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2013-06-06 15:26:52 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-06-06 23:13:52 +0200
commit765c617e2e740a582441facb2c1dd34114047920 (patch)
tree616de0e57f6e03e131344ff757055231bf99e3ba /src
parentb4def87c4f415c298d312f2fc3cf1a2d1d5e04e1 (diff)
downloadgnutls-765c617e2e740a582441facb2c1dd34114047920.tar.gz
crywrap: Use the libidn pkg-config include and lib paths
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'src')
-rw-r--r--src/crywrap/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crywrap/Makefile.am b/src/crywrap/Makefile.am
index a20bcd6169..9f42db3e79 100644
--- a/src/crywrap/Makefile.am
+++ b/src/crywrap/Makefile.am
@@ -15,7 +15,7 @@
# along with this file; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-AM_CFLAGS = $(WARN_CFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS) $(LIBIDN_CFLAGS)
AM_CPPFLAGS = \
-I$(srcdir)/../../gl \
-I$(builddir)/../../lib/includes \
@@ -27,4 +27,4 @@ EXTRA_DIST = README
bin_PROGRAMS = crywrap
crywrap_SOURCES = crywrap.c primes.h crywrap.h
-crywrap_LDADD = ../../lib/libgnutls.la ../../gl/libgnu.la -lidn
+crywrap_LDADD = ../../lib/libgnutls.la ../../gl/libgnu.la $(LIBIDN_LIBS)