aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 17:14:14 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-19 16:28:13 +0100
commit8a35e640a33373ea137125a5654bd9ae445b3769 (patch)
tree911a67d8c10f28d14c964cd582fcbf2d91377337 /src/Makefile.am
parent4a5209d8bc21940264754ca1c72f082e8f9052c0 (diff)
Convert gprs_bssgp_pcu.cpp to C
There's no real use of C++ in that file, and it causes problems when using llist_head entry macros in future patches adding initial support for multiple BTS in PCU object, so let's move it to plain C. Change-Id: Ic771a89fd78b5e66151a5384f0ff6a8895589466
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 05fac55f..60f05a54 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,7 +42,7 @@ libgprs_la_SOURCES = \
gprs_debug.cpp \
csn1.c \
gsm_rlcmac.c \
- gprs_bssgp_pcu.cpp \
+ gprs_bssgp_pcu.c \
gprs_rlcmac.cpp \
gprs_rlcmac_sched.cpp \
gprs_rlcmac_meas.cpp \