aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-13 23:23:51 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-14 12:54:38 +0100
commit421059a2c080e4c7fc2dbdeeba28d5ef76a3d701 (patch)
tree01792ab5f572d4c822b08885fe40a7a82d934421 /src/Makefile.am
parent104851632d7609a89b6cc9384a6f5da04e7cec52 (diff)
drop libcommon completely, move remaining files to libbsc
Move gsm_data.c and handover_cfg.c to libbsc, where they belong. This leaves libcommon utterly empty, drop it. Change-Id: I6178061fa30c7e1a4c22c29d3c8f508b1033569f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 637272de1..28b070ea4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,6 @@ AM_LDFLAGS = \
# Libraries
SUBDIRS = \
- libcommon \
libcommon-cs \
libbsc \
libfilter \