mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
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:
@@ -105,5 +105,5 @@ endif
|
|||||||
misdn/chan_misdn_lib.a:
|
misdn/chan_misdn_lib.a:
|
||||||
make -C misdn
|
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
|
$(CC) $(SOLINK) -o $@ $^ -lisdnnet -lmISDN
|
||||||
|
|||||||
Reference in New Issue
Block a user