liquid_feedback_frontend
annotate lib/mldap/Makefile @ 1839:7d000a357704
Added missing dependency
| author | bsw |
|---|---|
| date | Thu Feb 03 15:54:57 2022 +0100 (2022-02-03) |
| parents | 96336212e94d |
| children |
| 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@1634 | 5 gcc -g -c -fPIC -I/usr/include -I/usr/include/lua5.3 -Wall -o mldap.o mldap.c |
| bsw@1071 | 6 |
| bsw@1071 | 7 clean:: |
| bsw@1071 | 8 rm -f mldap.so mldap.o |