Added gsm_timer.h and gsm_timer.cpp files to Makefile.am.

This commit is contained in:
Ivan Kluchnikov 2012-04-12 15:16:23 +04:00
parent 657856279b
commit ff447cdf89
1 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,8 @@ libgprs_la_SOURCES = \
gsm_rlcmac.cpp \ gsm_rlcmac.cpp \
gprs_bssgp_pcu.cpp \ gprs_bssgp_pcu.cpp \
gprs_rlcmac.cpp \ gprs_rlcmac.cpp \
pcu_l1_if.cpp pcu_l1_if.cpp \
gsm_timer.cpp
noinst_PROGRAMS = \ noinst_PROGRAMS = \
RLCMACTest \ RLCMACTest \
@ -41,7 +42,8 @@ noinst_HEADERS = \
gsm_rlcmac.h \ gsm_rlcmac.h \
gprs_bssgp_pcu.h \ gprs_bssgp_pcu.h \
gprs_rlcmac.h \ gprs_rlcmac.h \
pcu_l1_if.h pcu_l1_if.h \
gsm_timer.h
RLCMACTest_SOURCES = RLCMACTest.cpp RLCMACTest_SOURCES = RLCMACTest.cpp
RLCMACTest_LDADD = \ RLCMACTest_LDADD = \