File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ spectmorph_lv2_DATA = manifest.ttl spectmorph.ttl
21
21
CLEANFILES += spectmorph.ttl
22
22
spectmorph.ttl : $(top_builddir ) /config.status
23
23
24
- EXTRA_DIST += manifest.ttl
24
+ EXTRA_DIST += manifest.ttl ldscript.map
25
25
26
26
# we only want to install the .so file; not the .la file
27
27
install-data-hook :
@@ -37,4 +37,5 @@ spectmorph_lv2.so.static:
37
37
$(top_builddir ) /glui/pugl/.libs/libspectmorphpugl.a \
38
38
$(top_builddir ) /lib/.libs/libspectmorph.a \
39
39
$(STATIC_CXX_LDFLAGS ) $(LDFLAGS ) \
40
- $(BSE_LIBS ) $(FFTW_LIBS ) $(CAIRO_LIBS ) $(SNDFILE_LIBS ) $(GL_LIBS )
40
+ $(BSE_LIBS ) $(FFTW_LIBS ) $(CAIRO_LIBS ) $(SNDFILE_LIBS ) $(GL_LIBS ) \
41
+ -Wl,--version-script=$(srcdir ) /ldscript.map
Original file line number Diff line number Diff line change
1
+ {
2
+ global:
3
+ lv2_descriptor;
4
+ lv2ui_descriptor;
5
+
6
+ local: *;
7
+ };
You can’t perform that action at this time.
0 commit comments