diff options
| -rw-r--r-- | Makefile.am | 6 | ||||
| -rw-r--r-- | plugin/Makefile.am | 1 | ||||
| -rw-r--r-- | plugingui/Makefile.am | 5 | ||||
| -rw-r--r-- | src/Makefile.am | 9 | 
4 files changed, 16 insertions, 5 deletions
| diff --git a/Makefile.am b/Makefile.am index 04323c0..cce80d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,4 +16,8 @@ EXTRA_DIST = \  \  	getoptpp/getoptpp.hpp \  \ -	plugingui/lodepng/lodepng.h +	plugingui/lodepng/lodepng.h \ +\ +	pugixml/src/pugixml.hpp \ +	pugixml/src/pugiconfig.hpp \ +	pugixml/src/pugixml.cpp diff --git a/plugin/Makefile.am b/plugin/Makefile.am index 02dc5a3..7751154 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -92,6 +92,7 @@ EXTRA_DIST = \  	drumgizmo_vst.sym \  	$(top_srcdir)/plugin/plugingizmo/plugin.h \  	$(top_srcdir)/plugin/plugingizmo/midievent.h \ +	$(top_srcdir)/plugin/plugingizmo/midnam_lv2.h \  	$(top_srcdir)/plugin/plugingizmo/pluginlv2.h \  	$(top_srcdir)/plugin/plugingizmo/pluginvst.h \  	$(top_srcdir)/plugin/plugingizmo/inline-display.h diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 778d909..b33fc47 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -196,12 +196,13 @@ EXTRA_DIST = \  	diskstreamingframecontent.h \  	drawable.h \  	drumkitframecontent.h \ +	drumkittab.h \  	eventhandler.h \  	filebrowser.h \  	font.h \  	frame.h \  	guievent.h \ -	humanisertab.h \ +	helpbutton.h \  	humaniservisualiser.h \  	humanizerframecontent.h \  	image.h \ @@ -230,6 +231,7 @@ EXTRA_DIST = \  	resamplingframecontent.h \  	resource.h \  	resource_data.h \ +	sampleselectionframecontent.h \  	scrollbar.h \  	slider.h \  	stackedwidget.h \ @@ -241,6 +243,7 @@ EXTRA_DIST = \  	texturedbox.h \  	timingframecontent.h \  	toggle.h \ +	tooltip.h \  	utf8.h \  	verticalline.h \  	visualizerframecontent.h \ diff --git a/src/Makefile.am b/src/Makefile.am index 7833b2d..dec675d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -46,9 +46,9 @@ nodist_libdg_la_SOURCES = \  EXTRA_DIST = \  	$(nodist_libdg_la_SOURCES) \ +	DGDOM.h \  	atomic.h \  	audio.h \ -	audiotypes.h \  	audiocache.h \  	audiocacheeventhandler.h \  	audiocachefile.h \ @@ -57,19 +57,21 @@ EXTRA_DIST = \  	audioinputengine.h \  	audioinputenginemidi.h \  	audiooutputengine.h \ +	audiotypes.h \  	bytesizeparser.h \  	channel.h \  	channelmixer.h \  	configfile.h \  	configparser.h \  	cpp11fix.h \ -	domloader.h \  	dgxmlparser.h \ +	domloader.h \  	drumgizmo.h \  	drumkit.h \  	drumkitloader.h \  	event.h \  	events.h \ +	grid.h \  	inputfilter.h \  	inputprocessor.h \  	instrument.h \ @@ -84,10 +86,11 @@ EXTRA_DIST = \  	random.h \  	rangemap.h \  	sample.h \ +	sample_selection.h \  	semaphore.h \  	settings.h \  	staminafilter.h \  	syncedsettings.h \  	thread.h \ -	velocityfilter.cc \ +	velocityfilter.h \  	versionstr.h | 
