[asterisk-commits] branch oej/securertp-trunk r34869 - /team/oej/securertp-trunk/res/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Jun 19 09:03:34 MST 2006


Author: oej
Date: Mon Jun 19 11:03:33 2006
New Revision: 34869

URL: http://svn.digium.com/view/asterisk?rev=34869&view=rev
Log:
Final changes from Mikael

Modified:
    team/oej/securertp-trunk/res/Makefile

Modified: team/oej/securertp-trunk/res/Makefile
URL: http://svn.digium.com/view/asterisk/team/oej/securertp-trunk/res/Makefile?rev=34869&r1=34868&r2=34869&view=diff
==============================================================================
--- team/oej/securertp-trunk/res/Makefile (original)
+++ team/oej/securertp-trunk/res/Makefile Mon Jun 19 11:03:33 2006
@@ -106,6 +106,9 @@
 res_config_pgsql.o: res_config_pgsql.c
 	$(CC) -c -o $@ $(CFLAGS) $(PGSQL_INCLUDE) $<
 
+res_srtp.so: res_srtp.o
+	$(CC) $(SOLINK) -o $@ $(CFLAGS) $(SRTP_INCLUDE) $< $(SRTP_LIB)
+
 ifneq ($(wildcard .depend),)
   include .depend
 endif



More information about the asterisk-commits mailing list