From 2935a126d26de61993e4f168b204ce60b7badd46 Mon Sep 17 00:00:00 2001
From: Bent Bisballe Nyeng <deva@aasimon.org>
Date: Mon, 6 May 2013 19:54:51 +0200
Subject: Add missing distfiles.

---
 plugingui/Makefile.am | 19 +++++++++++++------
 src/Makefile.am       |  6 ++++--
 2 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am
index fc91d58..8df5066 100644
--- a/plugingui/Makefile.am
+++ b/plugingui/Makefile.am
@@ -23,28 +23,35 @@ EXTRA_DIST = \
 	button.h \
 	checkbox.h \
 	colour.h \
+	combobox.h \
 	directory.h \
-  eventhandler.h \
+	eventhandler.h \
+	filebrowser.h \
 	font.h \
 	globalcontext.h \
 	guievent.h \
 	image.h \
+	knob.h \
 	label.h \
 	led.h \
 	lineedit.h \
+	listbox.h \
+	listboxbasic.h \
+	listboxthin.h \
 	nativewindow.h \
 	nativewindow_win32.h \
 	nativewindow_x11.h \
 	painter.h \
 	pixelbuffer.h \
 	plugingui.h \
+	progressbar.h \
+	resource.h \
+	resource_data.h \
+	scrollbar.h \
 	slider.h \
+	verticalline.h \
 	widget.h \
-	window.h \
-	listbox.h \
-	knob.h \
-	filebrowser.h \
-	combobox.h
+	window.h
 
 ################
 # Test Section #
diff --git a/src/Makefile.am b/src/Makefile.am
index 386d373..76288ff 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,6 +2,7 @@ EXTRA_DIST = \
 	audio.h \
 	audiofile.h \
 	audioinputengine.h \
+	audioinputenginemidi.h \
 	audiooutputengine.h \
 	beatmapper.h \
 	channel.h \
@@ -14,6 +15,7 @@ EXTRA_DIST = \
 	events.h \
 	instrument.h \
 	instrumentparser.h \
+	message.h \
 	midimapparser.h \
 	midimapper.h \
 	mutex.h \
@@ -24,11 +26,11 @@ EXTRA_DIST = \
 	semaphore.h \
 	thread.h \
 	velocity.h \
-\
+ \
 	audiofile.cc \
 	audioinputengine.cc \
-	audiooutputengine.cc \
 	audioinputenginemidi.cc \
+	audiooutputengine.cc \
 	beatmapper.cc \
 	channel.cc \
 	channelmixer.cc \
-- 
cgit v1.2.3


From 098067c797e6b6ed7c9302fffd46fdfbcda5fdad Mon Sep 17 00:00:00 2001
From: Bent Bisballe Nyeng <deva@aasimon.org>
Date: Mon, 6 May 2013 19:55:14 +0200
Subject: Use organisation name instead of developer names.

---
 lv2/drumgizmo.ttl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lv2/drumgizmo.ttl b/lv2/drumgizmo.ttl
index 9e32e73..c72b34a 100644
--- a/lv2/drumgizmo.ttl
+++ b/lv2/drumgizmo.ttl
@@ -28,7 +28,7 @@
 	a lv2:InstrumentPlugin ;
 	doap:name "DrumGizmo" ;
 	doap:maintainer [
-		foaf:name "Bent Bisballe Nyeng / Lars Bisballe Jensen / Jonas Suhr Christensen";
+		foaf:name "DrumGizmo.org";
 		foaf:homepage <http://www.drumgizmo.org> ;
 	] ;
 	doap:license <http://usefulinc.com/doap/licenses/gpl> ;
-- 
cgit v1.2.3