diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-18 15:26:56 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-18 15:26:56 +0200 |
commit | d715b234496895cb9a4554544b8b75e95fba5da8 (patch) | |
tree | 34594ad5b1b3dc6d58c8579f076b723414101e1e /lv2 | |
parent | 280948eda4542d2236283e99b79421a15f4bc3e1 (diff) |
Missing dist targets.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lv2/Makefile.am b/lv2/Makefile.am index 529b52c..a57fa97 100644 --- a/lv2/Makefile.am +++ b/lv2/Makefile.am @@ -7,7 +7,12 @@ plugindir = $(libdir)/lv2/drumgizmo.lv2 plugin_LTLIBRARIES = drumgizmo.la plugin_DATA = manifest.ttl drumgizmo.ttl -EXTRA_DIST = $(lv2plugin_DATA) +EXTRA_DIST = \ + $(plugin_DATA) \ + input_lv2.h \ + output_lv2.h \ + lv2_event.h \ + event-helpers.h drumgizmo_la_SOURCES = \ lv2.cc \ |