summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-06-27 10:57:02 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-06-27 10:57:02 +0100
commit25e128d39816ffe1fd1867593c551a01f7b10dd3 (patch)
tree09aac0e65db45ac3e622e4474bc3e6f668fadbf2 /Makefile.am
parent93f42d360b8dbeff738992c15067d608ead16c21 (diff)
Remove duplicate daemon.c and time.h.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 723fb77d..1b411afd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -198,9 +198,6 @@ endif
if NO_DAEMON
nodist_tmux_SOURCES += compat/daemon.c
endif
-if NO_DAEMON
-nodist_tmux_SOURCES += compat/daemon.c
-endif
if NO_GETPROGNAME
nodist_tmux_SOURCES += compat/getprogname.c
endif