[Freeswitch-svn] [commit] r4838 - in freeswitch/trunk: . libs/srtp

Freeswitch SVN mikej at freeswitch.org
Tue Apr 3 00:42:48 EDT 2007


Author: mikej
Date: Tue Apr  3 00:42:48 2007
New Revision: 4838

Modified:
   freeswitch/trunk/Makefile.am
   freeswitch/trunk/libs/srtp/Makefile.am

Log:
fix make -j build (currently only is useful for the core and core libs.

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Tue Apr  3 00:42:48 2007
@@ -170,7 +170,7 @@
 	@cd libs/apr && $(MAKE)
 	@$(TOUCH_TARGET)
 
-libs/apr-util/libaprutil-1.la: libs/apr-util libs/apr-util/.update
+libs/apr-util/libaprutil-1.la: libs/apr-util libs/apr-util/.update libs/apr/libapr-1.la
 	@cd libs/apr-util && $(MAKE)
 	@$(TOUCH_TARGET)
 

Modified: freeswitch/trunk/libs/srtp/Makefile.am
==============================================================================
--- freeswitch/trunk/libs/srtp/Makefile.am	(original)
+++ freeswitch/trunk/libs/srtp/Makefile.am	Tue Apr  3 00:42:48 2007
@@ -1,5 +1,3 @@
-_DIST =
-SUBDIRS = test
 AUTOMAKE_OPTS= gnu
 NAME=srtp
 
@@ -46,7 +44,7 @@
 
 noinst_PROGRAMS = aes_tables
 aes_tables_SOURCES = tables/aes_tables.c
-aes_tables_LDFLAGS = -lcryptomath
+aes_tables_LDADD = libcryptomath.la
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = srtp-1.42.pc



More information about the Freeswitch-svn mailing list