diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-29 18:37:36 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-29 18:37:36 +0200 |
commit | bfa0773b20be6321d2fd14024be2f030a447e931 (patch) | |
tree | af55c30e4d6585e57bb8abe6c2be17f403b59e2a /plugin | |
parent | cd696520b3038de887af412cb68effec21da6a2f (diff) |
Try symbol file approach instead.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.am | 2 | ||||
-rw-r--r-- | plugin/drumgizmo_lv2.sym | 2 |
2 files changed, 3 insertions, 1 deletions
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 |