liquid_feedback_frontend

view lib/mldap/Makefile @ 1641:ab837b075cf7

Fixed mldap_get_named_number_arg to not leave any element on the Lua stack (should not have had any effect anyway but is now consistent to documentation)
author jbe
date Tue Feb 09 17:44:47 2021 +0100 (2021-02-09)
parents 96336212e94d
children
line source
1 mldap.so: mldap.o
2 ld -shared -L/usr/lib -o mldap.so mldap.o /usr/lib/libldap.so
4 mldap.o: mldap.c
5 gcc -g -c -fPIC -I/usr/include -I/usr/include/lua5.3 -Wall -o mldap.o mldap.c
7 clean::
8 rm -f mldap.so mldap.o

Impressum / About Us