From bfa0773b20be6321d2fd14024be2f030a447e931 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 29 Jul 2018 18:37:36 +0200 Subject: Try symbol file approach instead. --- plugin/Makefile.am | 2 +- plugin/drumgizmo_lv2.sym | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 plugin/drumgizmo_lv2.sym diff --git a/plugin/Makefile.am b/plugin/Makefile.am index 54fa7c8..74b50b8 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -29,7 +29,7 @@ drumgizmo_la_SOURCES = \ drumgizmo_plugin.cc drumgizmo_la_LDFLAGS = -shared -module -avoid-version \ - -export-symbols-regex "lv2_descriptor|lv2ui_descriptor" + -export-symbols drumgizmo_lv2.sym drumgizmo_la_LIBADD = $(LV2_LIBS) \ $(top_srcdir)/plugingui/libdggui.la \ diff --git a/plugin/drumgizmo_lv2.sym b/plugin/drumgizmo_lv2.sym new file mode 100644 index 0000000..d73c1c2 --- /dev/null +++ b/plugin/drumgizmo_lv2.sym @@ -0,0 +1,2 @@ +lv2_descriptor +lv2ui_descriptor \ No newline at end of file -- cgit v1.2.3