aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-11-23 16:33:33 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-03 21:14:10 +0000
commit60383a1f7fbcc9ec80fe37443bb6aa530efa1f30 (patch)
tree4ebe0a9eb9ebb959164d9c09a637f0fc5362a24f /configure.ac
parentb8acdcdf2ef4777a568b14526e4a9fdb9ba2ac74 (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 MSC-specific: leftovers from repository split which are now available in osmo-python-tests as well. Change-Id: Ia3ab77846c9beae7eca32a81079a4a9bfa4dcc75
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 5766fd030..64348694e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,5 +196,4 @@ AC_OUTPUT(
tests/msc_vlr/Makefile
doc/Makefile
doc/examples/Makefile
- contrib/Makefile
Makefile)