aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2012-01-05 22:37:20 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2012-01-05 22:37:20 +0300
commit9c2c699435ddf9170f61ddca835491ef376dc462 (patch)
tree8b75fec7a210f4d0983ed8a5b4dad65fc6714240 /Makefile.am
parent487a141b9dcfd03f58908249b37268437f01736c (diff)
Fixed GPRS/Makefile.am. Libgprs.la for RLCMACTest was lost.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c5104363..f479b5b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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