diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-02-06 19:04:21 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-02-06 19:04:21 +0000 |
commit | ba97ae1737fbbdc7d6cd4ce4f8f0b4a3d77f027e (patch) | |
tree | 6c25d75d818151a8175bf6f7acac6281de419f93 | |
parent | 7669cfb330a5fc6341b3dcd0cd600ec6423e4822 (diff) | |
download | rtmux-ba97ae1737fbbdc7d6cd4ce4f8f0b4a3d77f027e.tar.gz rtmux-ba97ae1737fbbdc7d6cd4ce4f8f0b4a3d77f027e.tar.bz2 rtmux-ba97ae1737fbbdc7d6cd4ce4f8f0b4a3d77f027e.zip |
EXTRA_DIST: add example_tmux.conf / xmalloc.h
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d8c92aa9..8678a38e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,8 @@ CLEANFILES = tmux.1.mdoc tmux.1.man # Distribution tarball options. EXTRA_DIST = \ - CHANGES FAQ README TODO COPYING examples compat/*.[ch] \ - array.h compat.h tmux.h osdep-*.c mdoc2man.awk tmux.1 + CHANGES FAQ README TODO COPYING example_tmux.conf compat/*.[ch] \ + array.h compat.h tmux.h osdep-*.c xmalloc.h mdoc2man.awk tmux.1 dist-hook: make clean grep "^#found_debug=" configure |