Lines Matching refs:srtp
1 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-win/Makefile.in srtp/Makefile.in
2 --- srtp-win/Makefile.in 2007-06-15 14:17:39.000000000 -0400
3 +++ srtp/Makefile.in 2009-04-22 18:25:43.000000000 -0400
17 - @if [ -d $(DESTDIR)$(includedir)/srtp ]; then \
18 + @if [ -r $(DESTDIR)$(includedir)/srtp/srtp.h ]; then \
21 $(INSTALL) -d $(DESTDIR)$(includedir)/srtp
23 - cp include/*.h $(DESTDIR)$(includedir)/srtp
24 - cp crypto/include/*.h $(DESTDIR)$(includedir)/srtp
25 + cp $(srcdir)/include/*.h $(DESTDIR)$(includedir)/srtp
26 + cp $(srcdir)/crypto/include/*.h $(DESTDIR)$(includedir)/srtp
27 + if [ "$(srcdir)" != "." ]; then cp crypto/include/*.h $(DESTDIR)$(includedir)/srtp; fi
31 - rm -rf $(DESTDIR)$(includedir)/srtp
33 + rm -f $(DESTDIR)$(includedir)/srtp/*.h
35 + -rmdir $(DESTDIR)$(includedir)/srtp
39 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-win/srtp/ekt.c srtp/srtp/ekt.c
40 --- srtp-win/srtp/ekt.c 2009-04-22 18:47:06.000000000 -0400
41 +++ srtp/srtp/ekt.c 2009-04-22 18:50:51.000000000 -0400
52 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-win/test/dtls_srtp_driver.c srtp/test/dtls_srtp_d…
53 --- srtp-win/test/dtls_srtp_driver.c 2006-07-17 16:41:22.000000000 -0400
54 +++ srtp/test/dtls_srtp_driver.c 2009-04-23 15:50:26.000000000 -0400
63 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-win/test/rtpw_test.sh srtp/test/rtpw_test.sh
64 --- srtp-win/test/rtpw_test.sh 2006-06-13 11:17:57.000000000 -0400
65 +++ srtp/test/rtpw_test.sh 2009-04-22 18:30:27.000000000 -0400
84 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-win/test/srtp_driver.c srtp/test/srtp_driver.c
85 --- srtp-win/test/srtp_driver.c 2007-06-15 14:17:40.000000000 -0400
86 +++ srtp/test/srtp_driver.c 2009-04-22 18:20:27.000000000 -0400