From: Matthew Fredrickson Date: Fri, 30 Jun 2006 15:23:20 +0000 (+0000) Subject: Make sure that we build chan_misdn with the object files in the right order X-Git-Tag: 1.4.0-beta1~722 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b39cb899d6bee13e978ba768383901d1f8b99c76;p=thirdparty%2Fasterisk.git Make sure that we build chan_misdn with the object files in the right order git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36407 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/Makefile b/channels/Makefile index 5af2f3c021..866af68fc5 100644 --- a/channels/Makefile +++ b/channels/Makefile @@ -105,5 +105,5 @@ endif misdn/chan_misdn_lib.a: make -C misdn -chan_misdn.so: misdn_config.o misdn/chan_misdn_lib.a +chan_misdn.so: chan_misdn.o misdn_config.o misdn/chan_misdn_lib.a $(CC) $(SOLINK) -o $@ $^ -lisdnnet -lmISDN