Skip to content
Snippets Groups Projects
Commit b39cb899 authored by Matthew Fredrickson's avatar Matthew Fredrickson
Browse files

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
parent 109737eb
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment