diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-03-15 12:46:06 +0100 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-03-15 12:46:06 +0100 | 
| commit | ae7cc5ac447b1676a039b1c83a5e75436e151958 (patch) | |
| tree | 8fa68861f1e0e917dc7ce210407d79d532dd992c /src | |
| parent | e19d4d21dc5c3bf45032cfb6d69a51a1bf39f522 (diff) | |
Add missing dist-files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index 0961f43..a8e5c74 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -99,11 +99,13 @@ EXTRA_DIST = \  	events.h \  	events_ds.h \  	grid.h \ +	id.h \  	inputfilter.h \  	inputprocessor.h \  	instrument.h \  	latencyfilter.h \  	logger.h \ +	memory_heap.h \  	midimapparser.h \  	midimapper.h \  	nolocale.h \ @@ -112,6 +114,7 @@ EXTRA_DIST = \  	platform.h \  	powerlist.h \  	random.h \ +	range.h \  	rangemap.h \  	sample.h \  	sample_selection.h \ | 
