aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/channels/misdn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/channels/misdn/Makefile')
-rw-r--r--trunk/channels/misdn/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/trunk/channels/misdn/Makefile b/trunk/channels/misdn/Makefile
deleted file mode 100644
index 85478225b..000000000
--- a/trunk/channels/misdn/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Makefile for chan_misdn support
-#
-ifneq ($(wildcard /usr/include/linux/mISDNdsp.h),)
-CFLAGS+=-DMISDN_1_2
-endif
-
-all:
-
-%.o: %.c
- $(CC) $(CFLAGS) -c -o $@ $<
-
-portinfo: portinfo.o
- $(CC) -o $@ $^ -lisdnnet -lmISDN -lpthread
-
-clean:
- rm -rf *.a *.o *.so portinfo