aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-02-14 16:53:04 +0100
committerMax <msuraev@sysmocom.de>2017-02-16 12:29:12 +0100
commitea8b0d46ebab1ed5bf7df024a69f349249296738 (patch)
tree632ba50f88cb39e8efb32fb08d34abd347a9e19c /src/Makefile.am
parentaa0fefd5d6a356ecde57a8e81c5d7e291765ff55 (diff)
Move lu_operation into separate file
Create luop.(c|h) and move lu_operation and corresponding TX functions there to facilitate re-use in upcoming control interface. Change-Id: Ic55a45d56b37be2ba43d96f7da2af43b46af9813 Related: OS#1645
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9bbc13e..56a5670 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,6 +14,7 @@ EXTRA_DIST = \
noinst_HEADERS = \
auc.h \
db.h \
+ luop.h \
gsup_router.h \
gsup_server.h \
logging.h \
@@ -32,6 +33,7 @@ noinst_PROGRAMS = \
osmo_hlr_SOURCES = \
auc.c \
db.c \
+ luop.c \
db_auc.c \
db_hlr.c \
gsup_router.c \