diff options
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/Makefile.am b/lv2/Makefile.am index 2fe678e..be69fe6 100644 --- a/lv2/Makefile.am +++ b/lv2/Makefile.am @@ -17,7 +17,8 @@ EXTRA_DIST = \ input_lv2.h \ output_lv2.h \ lv2_event.h \ - event-helpers.h + lv2_gui.h \ + lv2_instance.h drumgizmo_la_SOURCES = \ $(DRUMGIZMO_SOURCES) \ |