liquid_feedback_frontend

annotate lib/mldap/Makefile @ 1203:e77c8a3e33a2

Added tag v3.0.7 for changeset ccc357ccb68c
author jbe
date Tue Jun 23 21:18:28 2015 +0200 (2015-06-23)
parents 58f48a8a202a
children 96336212e94d
rev   line source
bsw@1071 1 mldap.so: mldap.o
bsw@1071 2 ld -shared -L/usr/lib -o mldap.so mldap.o /usr/lib/libldap.so
bsw@1071 3
bsw@1071 4 mldap.o: mldap.c
bsw@1071 5 gcc -g -c -fPIC -I/usr/include -I/usr/include/lua5.1 -Wall -o mldap.o mldap.c
bsw@1071 6
bsw@1071 7 clean::
bsw@1071 8 rm -f mldap.so mldap.o

Impressum / About Us