From 4ae165da61243c8ea63f1736d9b1366e6a864d94 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 24 Nov 2015 12:47:38 +0100 Subject: [PATCH] gtphub: add enable_gtphub_test to atlocal.in. This line was missing, I noticed only now. --- openbsc/tests/atlocal.in | 1 + 1 file changed, 1 insertion(+) diff --git a/openbsc/tests/atlocal.in b/openbsc/tests/atlocal.in index 3b03bb726..7475f638f 100644 --- a/openbsc/tests/atlocal.in +++ b/openbsc/tests/atlocal.in @@ -3,3 +3,4 @@ enable_smpp_test='@osmo_ac_build_smpp@' enable_bsc_test='@osmo_ac_build_bsc@' enable_mgcp_transcoding_test='@osmo_ac_mgcp_transcoding@' enable_sgsn_test='@found_libgtp@' +enable_gtphub_test='@found_libgtp@'