From ff447cdf890215d2908802763b504f1a3bee32fc Mon Sep 17 00:00:00 2001 From: Ivan Kluchnikov Date: Thu, 12 Apr 2012 15:16:23 +0400 Subject: [PATCH] Added gsm_timer.h and gsm_timer.cpp files to Makefile.am. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3ecb896f..6bba1f20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,8 @@ libgprs_la_SOURCES = \ gsm_rlcmac.cpp \ gprs_bssgp_pcu.cpp \ gprs_rlcmac.cpp \ - pcu_l1_if.cpp + pcu_l1_if.cpp \ + gsm_timer.cpp noinst_PROGRAMS = \ RLCMACTest \ @@ -41,7 +42,8 @@ noinst_HEADERS = \ gsm_rlcmac.h \ gprs_bssgp_pcu.h \ gprs_rlcmac.h \ - pcu_l1_if.h + pcu_l1_if.h \ + gsm_timer.h RLCMACTest_SOURCES = RLCMACTest.cpp RLCMACTest_LDADD = \