diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-06-16 11:40:09 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-06-16 11:40:09 +0200 | 
| commit | cebc0900d43d67ee438880d699edabc3d35db9c2 (patch) | |
| tree | b878c675726ef6265fd6526f33bec98f136ebf13 /src | |
| parent | 13d1831777c6a64fb9c4f27bf265b0c21a2b645f (diff) | |
Add missing dist-files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 9 | 
1 files changed, 6 insertions, 3 deletions
| 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 | 
