summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/Makefile.am
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-09-11 10:42:29 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-09-18 14:02:07 +0000
commitdf05c6ca94a5597a83afd29e7df5b2e4b6343fc2 (patch)
treeba6f4a5e7c0997e78408e892456359000a82b933 /src/host/layer23/src/common/Makefile.am
parent381624211878e0bb260f770d19c60493287a0d18 (diff)
[layer23] Added BTSAP socket interface to layer23
Diffstat (limited to 'src/host/layer23/src/common/Makefile.am')
-rw-r--r--src/host/layer23/src/common/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/host/layer23/src/common/Makefile.am b/src/host/layer23/src/common/Makefile.am
index 5c0d41bb..1dadb513 100644
--- a/src/host/layer23/src/common/Makefile.am
+++ b/src/host/layer23/src/common/Makefile.am
@@ -2,4 +2,5 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS)
noinst_LIBRARIES = liblayer23.a
-liblayer23_a_SOURCES = l1ctl.c l1l2_interface.c lapdm.c logging.c networks.c
+liblayer23_a_SOURCES = l1ctl.c l1l2_interface.c sap_interface.c lapdm.c \
+ logging.c networks.c