diff options
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 |