fix make -j build (currently only is useful for the core and core libs.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4838 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c4a882f078
commit
3939523cae
|
@ -170,7 +170,7 @@ libs/apr/libapr-1.la: libs/apr libs/apr/.update
|
|||
@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)
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
_DIST =
|
||||
SUBDIRS = test
|
||||
AUTOMAKE_OPTS= gnu
|
||||
NAME=srtp
|
||||
|
||||
|
@ -46,7 +44,7 @@ library_include_HEADERS = include/rtp.h include/srtp.h include/ut_sim.h crypto/i
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue