From ceeccd034f16f0e74cde8bad57f8975159b0d217 Mon Sep 17 00:00:00 2001
From: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: Thu, 18 Feb 2010 11:14:14 -0800
Subject: Fix linker path in gr-pager

---
 gr-pager/swig/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-pager/swig/Makefile.am')

diff --git a/gr-pager/swig/Makefile.am b/gr-pager/swig/Makefile.am
index 890459cb62..9e1a452193 100644
--- a/gr-pager/swig/Makefile.am
+++ b/gr-pager/swig/Makefile.am
@@ -41,7 +41,7 @@ pager_swig_pythondir_category = \
 
 # additional libraries for linking with the SWIG-generated library
 pager_swig_la_swig_libadd = \
-	$(builddir)/../lib/libgnuradio-pager.la
+	$(abs_top_builddir)/gr-pager/lib/libgnuradio-pager.la
 
 # additional SWIG files to be installed
 pager_swig_swiginclude_headers = \
-- 
cgit v1.2.3