liquid_feedback_frontend
diff lib/mldap/Makefile @ 1634:96336212e94d
Fixed mldap for Lua 5.3
author | bsw |
---|---|
date | Mon Feb 08 15:45:10 2021 +0100 (2021-02-08) |
parents | 58f48a8a202a |
children |
line diff
1.1 --- a/lib/mldap/Makefile Mon Feb 08 15:44:21 2021 +0100 1.2 +++ b/lib/mldap/Makefile Mon Feb 08 15:45:10 2021 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 ld -shared -L/usr/lib -o mldap.so mldap.o /usr/lib/libldap.so 1.5 1.6 mldap.o: mldap.c 1.7 - gcc -g -c -fPIC -I/usr/include -I/usr/include/lua5.1 -Wall -o mldap.o mldap.c 1.8 + gcc -g -c -fPIC -I/usr/include -I/usr/include/lua5.3 -Wall -o mldap.o mldap.c 1.9 1.10 clean:: 1.11 rm -f mldap.so mldap.o