diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-04-26 12:06:35 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-04-26 12:06:35 +0100 |
commit | 447ead940e64ec8c479c4a7d0d4cd3897527621b (patch) | |
tree | 9e88419ffbeab6f8ba599093075890d27d31a2c2 | |
parent | 7b9c0ced21db06e254f3b23a45b99fc66d85afc5 (diff) | |
download | rtmux-447ead940e64ec8c479c4a7d0d4cd3897527621b.tar.gz rtmux-447ead940e64ec8c479c4a7d0d4cd3897527621b.tar.bz2 rtmux-447ead940e64ec8c479c4a7d0d4cd3897527621b.zip |
No more array.h.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 718cfc77..45288a26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ CLEANFILES = tmux.1.mdoc tmux.1.man # Distribution tarball options. EXTRA_DIST = \ CHANGES FAQ README TODO COPYING example_tmux.conf compat/*.[ch] \ - array.h compat.h tmux.h osdep-*.c xmalloc.h mdoc2man.awk tmux.1 + compat.h tmux.h osdep-*.c xmalloc.h mdoc2man.awk tmux.1 dist-hook: make clean grep "^#found_debug=" configure |