Fixed GPRS/Makefile.am. Libgprs.la for RLCMACTest was lost.
parent
487a141b9d
commit
9c2c699435
|
@ -37,7 +37,9 @@ noinst_HEADERS = \
|
|||
gsm_rlcmac.h
|
||||
|
||||
RLCMACTest_SOURCES = RLCMACTest.cpp
|
||||
RLCMACTest_LDADD = $(COMMON_LA)
|
||||
RLCMACTest_LDADD = \
|
||||
libgprs.la \
|
||||
$(COMMON_LA)
|
||||
#MOSTLYCLEANFILES += testSource testDestination
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue