Fixed GPRS/Makefile.am. Libgprs.la for RLCMACTest was lost.

This commit is contained in:
Ivan Kluchnikov 2012-01-05 22:37:20 +03:00
parent 487a141b9d
commit 9c2c699435
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ noinst_HEADERS = \
gsm_rlcmac.h gsm_rlcmac.h
RLCMACTest_SOURCES = RLCMACTest.cpp RLCMACTest_SOURCES = RLCMACTest.cpp
RLCMACTest_LDADD = $(COMMON_LA) RLCMACTest_LDADD = \
libgprs.la \
$(COMMON_LA)
#MOSTLYCLEANFILES += testSource testDestination #MOSTLYCLEANFILES += testSource testDestination