diff options
| -rw-r--r-- | src/Makefile.am | 3 | ||||
| -rw-r--r-- | test/uitests/Makefile.am | 2 | 
2 files changed, 5 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 \ diff --git a/test/uitests/Makefile.am b/test/uitests/Makefile.am index c47af23..0c6821e 100644 --- a/test/uitests/Makefile.am +++ b/test/uitests/Makefile.am @@ -56,3 +56,5 @@ benchmarktest_SOURCES = \  	benchmarktest.cc \  	benchmarktest_resource_data.cc \  	$(top_srcdir)/hugin/hugin.c + +EXTRA_DIST = $(RES) | 
