summaryrefslogtreecommitdiff
path: root/channels/misdn/Makefile
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-04-05 14:51:48 +0000
committerChristian Richter <christian.richter@beronet.com>2006-04-05 14:51:48 +0000
commitce8fc47ffcc00b0d542e9442c167666703497322 (patch)
tree4382736e1c240261b6c52c72fce02f055559140c /channels/misdn/Makefile
parent414702f5626b09b7ccb4583b0b78e56469b93c9d (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: https://origsvn.digium.com/svn/asterisk/trunk@17562 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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