liquid_feedback_frontend
diff lib/mldap/Makefile @ 1071:58f48a8a202a
Imported and merged LDAP patch
author | bsw |
---|---|
date | Fri Jul 18 21:42:59 2014 +0200 (2014-07-18) |
parents | |
children | 96336212e94d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lib/mldap/Makefile Fri Jul 18 21:42:59 2014 +0200 1.3 @@ -0,0 +1,8 @@ 1.4 +mldap.so: mldap.o 1.5 + ld -shared -L/usr/lib -o mldap.so mldap.o /usr/lib/libldap.so 1.6 + 1.7 +mldap.o: mldap.c 1.8 + gcc -g -c -fPIC -I/usr/include -I/usr/include/lua5.1 -Wall -o mldap.o mldap.c 1.9 + 1.10 +clean:: 1.11 + rm -f mldap.so mldap.o