build when other source files change as well
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4603 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
18b47de4b2
commit
0d7d36692b
|
@ -14,13 +14,17 @@ SHOUTLA=$(SHOUT_DIR)/src/libshout.la
|
|||
LOCAL_CFLAGS=-I$(SHOUT_DIR)/include -I$(LAME_DIR)/include
|
||||
LOCAL_LIBADD=$(LAMELA) $(SHOUTLA)
|
||||
|
||||
MP3SOURCES=common.c dct64_i386.c decode_ntom.c layer3.c tabinit.c interface.c
|
||||
MP3OBJS=common.o dct64_i386.o decode_ntom.o layer3.o tabinit.o interface.o
|
||||
LOCAL_OBJS=$(MP3OBJS)
|
||||
LOCAL_SOURCES=$(MP3SOURCES)
|
||||
|
||||
include $(switch_srcdir)/build/modmake.rules
|
||||
|
||||
DEFAULT_ARGS=--prefix=$(PREFIX) --disable-shared --with-pic
|
||||
|
||||
$(LOCAL_OBJS): $(LOCAL_SOURCES)
|
||||
|
||||
$(LAME_DIR)/Makefile:
|
||||
$(GETLIB) $(LAME).tar.gz
|
||||
cd $(LAME_DIR) && ./configure $(DEFAULT_ARGS) --disable-decoder
|
||||
|
|
Loading…
Reference in New Issue