mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Removed MS specific preprocessor statements from the Makefile
This commit is contained in:
parent
f33e964604
commit
194ce23871
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue