diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-18 18:29:40 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-18 18:29:40 +0100 |
commit | f2665fb18a10598dd2756b3c6fa4b3e5dcec1ccd (patch) | |
tree | 823d6a7e2933979832df73ecfc64b8d5c0293156 /test | |
parent | 02ada7bcd1db666b1b26dceed96d51c215b87e6e (diff) |
Add --with-lv2dir to configure and make sure we install the plugin at that location and run the unittest against it.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 457b303..fbe10a9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -129,7 +129,7 @@ resampler_SOURCES = \ lv2_CXXFLAGS = -DOUTPUT=\"lv2\" $(CPPUNIT_CFLAGS) \ -I$(top_srcdir)/src \ `pkg-config --cflags serd-0` `pkg-config --cflags lilv-0` \ - -DLV2_PATH=\"$(libdir)/lv2\" + -DLV2_PATH=\"@LV2DIR@\" lv2_LDFLAGS = $(CPPUNIT_LIBS) `pkg-config --libs serd-0` \ `pkg-config --libs lilv-0` -lcrypto \ $(SNDFILE_LIBS) |