diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-27 19:21:18 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-27 19:21:18 +0100 |
commit | e3a87c3aab03465c5de436ffbadc96fe8931f7fc (patch) | |
tree | 2b2f3087b183c745002caa128fb24bf67bb949c6 /Makefile.am | |
parent | 18c792717297270dc18462a56e9ee55b89a54878 (diff) |
Add missing distfiles (prepare for 0.9.1 release.)v0.9.1
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 |