summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-07-21 12:12:35 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-07-21 12:12:35 +0200
commit94e8431f321a359743d0663f50d5e9a53155dd9d (patch)
tree3cce6e0277bc32ee14c3bd1cc4f34a87a9a4ddbc /Makefile.am
parenta78c92a21a0f75898191e63f8de64e04692f21de (diff)
Add missing headerfiles to EXTRA_DIST.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 94d578c..f39a2d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,7 @@ DISTDIRS = tools include src plugingui plugin drumgizmo man test
EXTRA_DIST = \
version.h \
+\
hugin/hugin.h \
hugin/hugin.hpp \
hugin/hugin.c \
@@ -11,4 +12,8 @@ EXTRA_DIST = \
hugin/hugin_syslog.h \
hugin/hugin_syslog.c \
hugin/hugin_filter.h \
- hugin/hugin_filter.c
+ hugin/hugin_filter.c \
+\
+ getoptpp/getoptpp.hpp \
+\
+ plugingui/lodepng/lodepng.h