summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2006-06-30 15:23:20 +0000
committerMatthew Fredrickson <creslin@digium.com>2006-06-30 15:23:20 +0000
commitb39cb899d6bee13e978ba768383901d1f8b99c76 (patch)
treee4bf59dd7bee1df23b5e190a4b7295bd89978f9e /channels
parent109737eb1c3af44506f4a98a7e645b38841ce6a2 (diff)
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
Diffstat (limited to 'channels')
-rw-r--r--channels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 5af2f3c02..866af68fc 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