From 8e2b0deb94ea52b49404d5b9277061101bd03cff Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Fri, 28 Nov 2008 18:32:54 +0100 Subject: Do idna_to_ascii when building own response. --- util-src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util-src/Makefile') diff --git a/util-src/Makefile b/util-src/Makefile index a4901c95..035ec286 100644 --- a/util-src/Makefile +++ b/util-src/Makefile @@ -1,13 +1,13 @@ -LUA_INCLUDE=/usr/include/lua5.1 +LUA_INCLUDE=/usr/include/lua51 LUA_LIB=lua5.1 IDN_LIB=idn OPENSSL_LIB=ssl - all: encodings.so hashes.so + install: encodings.so hashes.so strip *.so -- cgit v1.2.3