diff options
author | Simon Rettberg | 2015-10-23 12:12:16 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-10-23 12:12:16 +0200 |
commit | e7b1bfbca9808ca60b4972f25e360d18a299a78f (patch) | |
tree | 4d1c078867415eeedb4a3bbdd9e758146fad2b90 /Makefile | |
parent | Fix homeMount handling in LDAP-LDAP mode (diff) | |
download | ldadp-e7b1bfbca9808ca60b4972f25e360d18a299a78f.tar.gz ldadp-e7b1bfbca9808ca60b4972f25e360d18a299a78f.tar.xz ldadp-e7b1bfbca9808ca60b4972f25e360d18a299a78f.zip |
Update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -55,12 +55,12 @@ bindrequest.o: bindrequest.c ldap.h tmpbuffer.o: tmpbuffer.c tmpbuffer.h ini.o: ini.c ini.h -client.o: client.c client.h -server.o: server.c server.h -helper.o: helper.c helper.h -proxy.o: proxy.c proxy.h -epoll.o: epoll.c epoll.h -openssl.o: openssl.c openssl.h +client.o: client.c client.h types.h +server.o: server.c server.h types.h +helper.o: helper.c helper.h types.h +proxy.o: proxy.c proxy.h types.h +epoll.o: epoll.c epoll.h types.h +openssl.o: openssl.c openssl.h types.h fmt_asn1int.o: fmt_asn1int.c asn1.h fmt_asn1intpayload.o: fmt_asn1intpayload.c asn1.h |