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
1.4
Matthew Fredrickson 20 years ago
parent 109737eb1c
commit b39cb899d6

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

Loading…
Cancel
Save