diff options
-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 |