[Freeswitch-svn] [commit] r4603 - freeswitch/trunk/src/mod/formats/mod_shout
Freeswitch SVN
mikej at freeswitch.org
Thu Mar 15 01:31:11 EDT 2007
Author: mikej
Date: Thu Mar 15 01:31:10 2007
New Revision: 4603
Modified:
freeswitch/trunk/src/mod/formats/mod_shout/Makefile
Log:
build when other source files change as well
Modified: freeswitch/trunk/src/mod/formats/mod_shout/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_shout/Makefile (original)
+++ freeswitch/trunk/src/mod/formats/mod_shout/Makefile Thu Mar 15 01:31:10 2007
@@ -14,13 +14,17 @@
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
More information about the Freeswitch-svn
mailing list