aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2022-07-30 17:08:41 +0700
committerMax <msuraev@sysmocom.de>2022-07-30 18:41:14 +0700
commitf80621540f3638e9bef7c54df6e0e9c00d95e511 (patch)
treeed03ef48e4c96857bd4169e41b9940cc1ccb5e7f /tests
parentb278a2d7d1f5f6b443d1e47f992f4af79b5a735c (diff)
SMPP: move common functions to libsmpputil
Related: OS#5568 Change-Id: Icb046570803acb3eff89e2a4eb979c4899d485f7 Signed-off-by: Max <msuraev@sysmocom.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/smpp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/smpp/Makefile.am b/tests/smpp/Makefile.am
index 0e4834734..402f6ad79 100644
--- a/tests/smpp/Makefile.am
+++ b/tests/smpp/Makefile.am
@@ -38,4 +38,5 @@ smpp_test_SOURCES = \
smpp_test_LDADD = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
+ $(LIBSMPP34_LIBS) \
$(NULL)