aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2008-11-28 18:32:54 +0100
committerTobias Markmann <tm@ayena.de>2008-11-28 18:32:54 +0100
commit8e2b0deb94ea52b49404d5b9277061101bd03cff (patch)
tree3cca1565eb815048349a6c7c8a17fdbe519ee304 /util-src
parent77c094c25a133609d7b30b748d62f4e9a78775b5 (diff)
downloadprosody-8e2b0deb94ea52b49404d5b9277061101bd03cff.tar.gz
prosody-8e2b0deb94ea52b49404d5b9277061101bd03cff.zip
Do idna_to_ascii when building own response.
Diffstat (limited to 'util-src')
-rw-r--r--util-src/Makefile4
1 files changed, 2 insertions, 2 deletions
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