summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-03-15 12:46:06 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2020-03-15 12:46:06 +0100
commitae7cc5ac447b1676a039b1c83a5e75436e151958 (patch)
tree8fa68861f1e0e917dc7ce210407d79d532dd992c
parente19d4d21dc5c3bf45032cfb6d69a51a1bf39f522 (diff)
Add missing dist-files.
-rw-r--r--src/Makefile.am3
-rw-r--r--test/uitests/Makefile.am2
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)