summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.mak.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.mak.in b/build.mak.in
index 7df03a82..8bab9d0d 100644
--- a/build.mak.in
+++ b/build.mak.in
@@ -8,7 +8,7 @@ export CROSS_COMPILE := @ac_cross_compile@
export LINUX_POLL := @ac_linux_poll@
# Determine which party libraries to use
-export APP_THIRD_PARTY_LIBS := -lresample-$(TARGET_NAME)
+export APP_THIRD_PARTY_LIBS := -lresample-$(TARGET_NAME) -lmilenage-$(TARGET_NAME)
ifneq (@ac_no_gsm_codec@,1)
APP_THIRD_PARTY_LIBS += -lgsmcodec-$(TARGET_NAME)