aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2008-11-27 22:27:25 +0500
committerWaqas Hussain <waqas20@gmail.com>2008-11-27 22:27:25 +0500
commit194ce23871fe7270c095bb5f2d3ba34f44fb9cff (patch)
tree72589250d85572143d2c782b4e4aaa94f0eb9fa3 /util-src
parentf33e9646043c0a00f6d6f03fcdde9726d7123581 (diff)
downloadprosody-194ce23871fe7270c095bb5f2d3ba34f44fb9cff.tar.gz
prosody-194ce23871fe7270c095bb5f2d3ba34f44fb9cff.zip
Removed MS specific preprocessor statements from the Makefile
Diffstat (limited to 'util-src')
-rw-r--r--util-src/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/util-src/Makefile b/util-src/Makefile
index 205e51d2..a4901c95 100644
--- a/util-src/Makefile
+++ b/util-src/Makefile
@@ -1,7 +1,4 @@
-!IFDEF WINDIR
-!INCLUDE Makefile.win
-!ELSE
LUA_INCLUDE=/usr/include/lua5.1
LUA_LIB=lua5.1
@@ -26,4 +23,3 @@ encodings.so: encodings.c
hashes.so: hashes.c
gcc -shared hashes.c -I$(LUA_INCLUDE) -l$(LUA_LIB) -l$(OPENSSL_LIB) -o hashes.so
-!ENDIF