Removed MS specific preprocessor statements from the Makefile

This commit is contained in:
Waqas Hussain 2008-11-27 22:27:25 +05:00
parent f33e964604
commit 194ce23871

View file

@ -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