liquid_feedback_frontend

view lib/mldap/Makefile @ 1298:5a3a2ce27c5a

Added tag v3.2.0 for changeset 9ecd059eee79
author jbe
date Sun Apr 24 21:34:56 2016 +0200 (2016-04-24)
parents 58f48a8a202a
children 96336212e94d
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.1 -Wall -o mldap.o mldap.c
7 clean::
8 rm -f mldap.so mldap.o

Impressum / About Us