diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-01-03 23:54:51 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-01-03 23:54:51 +0000 |
commit | 3689640b4ea7439e668ee09cf6517901dfabdae7 (patch) | |
tree | 959edc6425b6fbb4cf32b9c45d13a38cb97e9ab0 | |
parent | 36c7c7537a218ec83661b529d9f3340842f8497e (diff) | |
download | rtmux-3689640b4ea7439e668ee09cf6517901dfabdae7.tar.gz rtmux-3689640b4ea7439e668ee09cf6517901dfabdae7.tar.bz2 rtmux-3689640b4ea7439e668ee09cf6517901dfabdae7.zip |
Update _SOURCES.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 41ecb9ce..21683ad4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.2 2011-01-03 23:40:21 nicm Exp $ +# $Id: Makefile.am,v 1.3 2011-01-03 23:54:51 tcunha Exp $ # Obvious program stuff. bin_PROGRAMS = tmux @@ -156,6 +156,7 @@ dist_tmux_SOURCES = \ log.c \ mode-key.c \ names.c \ + options-table.c \ options.c \ paste.c \ resize.c \ |