--- linuxsampler/trunk/src/hostplugins/lv2/Makefile.am 2009/06/27 16:55:41 1923 +++ linuxsampler/trunk/src/hostplugins/lv2/Makefile.am 2011/06/11 17:53:32 2183 @@ -3,10 +3,11 @@ plugindir = $(libdir)/lv2/linuxsampler.lv2 plugin_LTLIBRARIES = linuxsampler.la plugin_DATA = manifest.ttl linuxsampler.ttl -EXTRA_DIST = $(plugin_DATA) linuxsampler_la_SOURCES = PluginLv2.cpp PluginLv2.h \ lv2_event.h lv2-saverestore.h linuxsampler_la_LDFLAGS = -module -avoid-version linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la endif + +EXTRA_DIST = $(plugin_DATA)