diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cd599ec..ba50ccc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,5 +2,14 @@ AUTOMAKE_OPTIONS = gnu SUBDIRS = plugingui tools include src vst lv2 drumgizmo dgedit DISTDIRS = plugingui tools include src vst lv2 drumgizmo dgedit +EXTRA_DIST = \ + version.h \ + hugin/hugin.h \ + hugin/hugin.hpp \ + hugin/hugin.c \ + hugin/hugin_util.h \ + hugin/hugin_syslog.h \ + hugin/hugin_syslog.c + test: $(MAKE) -C src test |