aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn/Makefile
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-05 14:51:48 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-05 14:51:48 +0000
commitb441bcd68788eee7dd8031146ab88ad2ee3b73ba (patch)
tree4382736e1c240261b6c52c72fce02f055559140c /channels/misdn/Makefile
parentbdfb487b8cbcddad6b9016e0224fd6f8ad9b6c3f (diff)
* advanced the error Handling routine for wrong frames from mISDN
* added more code for connected party number handling * fixed the portinfo program, it can now be used to test mISDN again git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17562 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/misdn/Makefile')
-rw-r--r--channels/misdn/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile
index e0e63d7fe..b24159c6c 100644
--- a/channels/misdn/Makefile
+++ b/channels/misdn/Makefile
@@ -18,9 +18,13 @@ all: chan_misdn_lib.a
%.o: %.c
$(CC) $(CFLAGS) -o $@ $<
-
chan_misdn_lib.a: $(OBJS)
ar crv $@ $(OBJS)
+
+portinfo: portinfo.o
+ $(CC) -L/usr/lib -o $@ $^ -lisdnnet -lmISDN -lpthread
+
+
clean:
- rm -rf *.a *.o *.so
+ rm -rf *.a *.o *.so portinfo