diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-21 12:12:35 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-21 12:12:35 +0200 |
commit | 94e8431f321a359743d0663f50d5e9a53155dd9d (patch) | |
tree | 3cce6e0277bc32ee14c3bd1cc4f34a87a9a4ddbc /Makefile.am | |
parent | a78c92a21a0f75898191e63f8de64e04692f21de (diff) |
Add missing headerfiles to EXTRA_DIST.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
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 |