From 2c857b24438ac67b3f332934ede4e6710f49a65d Mon Sep 17 00:00:00 2001 From: eb Date: Sat, 26 Aug 2006 05:44:37 +0000 Subject: [PATCH] added $(NO_UNDEFINED) to Makefile.am git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3423 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-trellis/src/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gr-trellis/src/lib/Makefile.am b/gr-trellis/src/lib/Makefile.am index ea9fe52b..767f603a 100644 --- a/gr-trellis/src/lib/Makefile.am +++ b/gr-trellis/src/lib/Makefile.am @@ -73,7 +73,7 @@ _trellis_la_SOURCES = \ $(GENERATED_CC) # magic flags -_trellis_la_LDFLAGS = -module -avoid-version +_trellis_la_LDFLAGS = $(NO_UNDEFINED) -module -avoid-version # link the library against some comon swig runtime code and the # c++ standard library -- 2.30.2