aboutsummaryrefslogtreecommitdiffstats
path: root/deps/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-03-27 19:19:57 +0200
committerHarald Welte <laforge@gnumonks.org>2018-03-27 19:21:55 +0200
commit498634bfd333a6356192036453fed04848453115 (patch)
tree3d46855c187337140715ae171eabbae96f22cda0 /deps/Makefile
parentcb6cc481d190e8a2e9391f5889cd1a346f0040cb (diff)
deps: Switch to our own fork of the M3UA ProtocolEmulation
.. as we have some patches that are not yet in upstream Change-Id: Ie8a9380ae8838c571fe3d0776f60485b34c85d4e
Diffstat (limited to 'deps/Makefile')
-rw-r--r--deps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/Makefile b/deps/Makefile
index d6078743..5641ebe3 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -37,12 +37,12 @@ ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \
titan.ProtocolModules.LLC_v7.1.0 \
titan.ProtocolModules.MobileL3_v13.4.0 \
titan.ProtocolModules.NS_v7.3.0 \
- titan.ProtocolModules.SNDCP_v7.0.0 \
- titan.ProtocolEmulations.M3UA
+ titan.ProtocolModules.SNDCP_v7.0.0
OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \
titan.TestPorts.MTP3asp \
titan.TestPorts.UNIX_DOMAIN_SOCKETasp \
+ titan.ProtocolEmulations.M3UA \
titan.ProtocolEmulations.SCCP
ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS)