diff options
-rw-r--r-- | gr-run-waveform/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-run-waveform/Makefile.am b/gr-run-waveform/Makefile.am index 5168e44dd..13db3105d 100644 --- a/gr-run-waveform/Makefile.am +++ b/gr-run-waveform/Makefile.am @@ -32,6 +32,7 @@ test_xyzzy_SOURCES = test_xyzzy.cc xyzzy.cc test_xyzzy_CPPFLAGS = $(GUILE_CFLAGS) \ -DSRCDIR=\"$(srcdir)\" \ -DDATAROOTDIR=\"$(datarootdir)\" +test_xyzzy_LDADD = $(GUILE_LIBS) # Don't install the internal header noinst_HEADERS = xyzzy.h |