summaryrefslogtreecommitdiff
path: root/gr-gcell/src
diff options
context:
space:
mode:
authorJohnathan Corgan2010-06-02 16:42:26 -0700
committerJohnathan Corgan2010-06-02 16:42:26 -0700
commitba0a21798e0d59ac54454908e4dabeac5783f731 (patch)
treee8050e420483d7730c9273c91cbbd4a09c250030 /gr-gcell/src
parent483681462b8138f048746502b72982d8bc5730b0 (diff)
parentb3bd2c61d615ba01f1fb97819461b057190e1632 (diff)
downloadgnuradio-ba0a21798e0d59ac54454908e4dabeac5783f731.tar.gz
gnuradio-ba0a21798e0d59ac54454908e4dabeac5783f731.tar.bz2
gnuradio-ba0a21798e0d59ac54454908e4dabeac5783f731.zip
Merge branch 'master' into next
* master: gcell: make versioned libraries gnuradio-core: fix missing linker flags for boost_program_options howto: fix incorrect include path build: redo GR_GIT for portability build: use date format string instead of -R for portability gnuradio-core: fix typo in doxygen header gr-qtgui: add include file for gcc 4.4.1
Diffstat (limited to 'gr-gcell/src')
-rw-r--r--gr-gcell/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-gcell/src/Makefile.am b/gr-gcell/src/Makefile.am
index f44095b47..63dc156b1 100644
--- a/gr-gcell/src/Makefile.am
+++ b/gr-gcell/src/Makefile.am
@@ -52,7 +52,7 @@ libgnuradio_gcell_la_LIBADD = \
$(GNURADIO_CORE_LA) \
$(GCELL_LA)
-libgnuradio_gcell_la_LDFLAGS = $(NO_UNDEFINED)
+libgnuradio_gcell_la_LDFLAGS = $(NO_UNDEFINED) $(LTVERSIONFLAGS)
if PYTHON
# ----------------------------------------------------------------