diff options
Diffstat (limited to 'gr-trellis/src/lib/Makefile.am')
-rw-r--r-- | gr-trellis/src/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/src/lib/Makefile.am b/gr-trellis/src/lib/Makefile.am index ea9fe52be..767f603a2 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 |