diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-02-26 21:59:33 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-02-26 21:59:33 +0000 |
| commit | 582c2671ddce5a8cdd6d022c7c67fe683ce71bf1 (patch) | |
| tree | 253a7d5d02eed1e0d994e4f4cc92a167e2b98d42 /Makefile.am | |
| parent | 0bb9d51965f1920f303f8c9abd8133ce99d5818f (diff) | |
| download | rtmux-582c2671ddce5a8cdd6d022c7c67fe683ce71bf1.tar.gz rtmux-582c2671ddce5a8cdd6d022c7c67fe683ce71bf1.tar.bz2 rtmux-582c2671ddce5a8cdd6d022c7c67fe683ce71bf1.zip | |
Having three *clock* files is ridiculous, remove clock.c.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9ad5b97..d305db9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,7 +67,6 @@ dist_tmux_SOURCES = \ attributes.c \ cfg.c \ client.c \ - clock.c \ cmd-attach-session.c \ cmd-bind-key.c \ cmd-break-pane.c \ |