projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109737e
)
Make sure that we build chan_misdn with the object files in the right order
author
Matthew Fredrickson
<creslin@digium.com>
Fri, 30 Jun 2006 15:23:20 +0000
(15:23 +0000)
committer
Matthew Fredrickson
<creslin@digium.com>
Fri, 30 Jun 2006 15:23:20 +0000
(15:23 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36407
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/Makefile
patch
|
blob
|
history
diff --git
a/channels/Makefile
b/channels/Makefile
index
5af2f3c
..
866af68
100644
(file)
--- 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