aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-30 15:23:20 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-30 15:23:20 +0000
commit422978d16106c587df6c2cfa71563dcb2ff81cd2 (patch)
treee4bf59dd7bee1df23b5e190a4b7295bd89978f9e /channels/Makefile
parent1f7cdb4f1d12768ce50aa4d2ced5012f4989d3fd (diff)
Make sure that we build chan_misdn with the object files in the right order
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36407 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 5af2f3c02..866af68fc 100644
--- 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