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
This commit is contained in:
Matthew Fredrickson
2006-06-30 15:23:20 +00:00
parent 109737eb1c
commit b39cb899d6

View File

@@ -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