[svn-commits] kpfleming: trunk r254636 - /trunk/addons/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 25 13:34:35 CDT 2010


Author: kpfleming
Date: Thu Mar 25 13:34:32 2010
New Revision: 254636

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=254636
Log:
Get chan_ooh323 building again after recent build system changes.


Modified:
    trunk/addons/Makefile

Modified: trunk/addons/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/addons/Makefile?view=diff&rev=254636&r1=254635&r2=254636
==============================================================================
--- trunk/addons/Makefile (original)
+++ trunk/addons/Makefile Thu Mar 25 13:34:32 2010
@@ -49,3 +49,4 @@
 $(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): _ASTCFLAGS+=$(H323CFLAGS)
 $(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): _ASTLDFLAGS+=-lrt
 $(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): $(addprefix ooh323c/src/,$(H323OBJS)) chan_ooh323.o ooh323cDriver.o
+$(addprefix ooh323c/src/,$(H323OBJS)) chan_ooh323.o ooh323cDriver.o: _ASTCFLAGS+=$(call MOD_ASTCFLAGS,chan_ooh323)




More information about the svn-commits mailing list