aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-12-19 18:12:11 +0100
committerMax <msuraev@sysmocom.de>2017-12-19 18:21:13 +0100
commite882482db5b211174bfac94284741cc35f8b9b0d (patch)
treef99a813b5aef3ef1245e3ee93c014dd7ac9b1877 /configure.ac
parent41505ae1d3485533d743d4c46e6c2269f64f0533 (diff)
Remove unneeded .py scripts
The ipa.py has been moved to osmo-python-tests as osmo_ipa - use it for vty and ctrl tests instead of local copy. The soap.py and twisted_ipa.py are not SGSN-specific: leftovers from repository split which are now available in osmo-python-tests as well. Change-Id: I3ef4ca790878921a5846f64942a8de8a6ff9c11c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8f279fdd0..2de31cc00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -197,5 +197,4 @@ AC_OUTPUT(
tests/v42bis/Makefile
doc/Makefile
doc/examples/Makefile
- contrib/Makefile
Makefile)