From 962f97b21c7f992a4ef83b4d39fc0b42c1b5487e Mon Sep 17 00:00:00 2001 From: Ivan Kluchnikov Date: Mon, 30 Apr 2012 17:51:23 +0400 Subject: Additional functions for Osmocom bit vector abstraction. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6bba1f20..c2123be1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,8 @@ libgprs_la_SOURCES = \ gprs_bssgp_pcu.cpp \ gprs_rlcmac.cpp \ pcu_l1_if.cpp \ - gsm_timer.cpp + gsm_timer.cpp \ + bitvector.cpp noinst_PROGRAMS = \ RLCMACTest \ @@ -43,7 +44,8 @@ noinst_HEADERS = \ gprs_bssgp_pcu.h \ gprs_rlcmac.h \ pcu_l1_if.h \ - gsm_timer.h + gsm_timer.h \ + bitvector.h RLCMACTest_SOURCES = RLCMACTest.cpp RLCMACTest_LDADD = \ -- cgit v1.2.3