From 0f9f30de2e4fcee3040a2f291cfd3bb8dca2b4ff Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 18 Mar 2012 02:24:33 +0000 Subject: [PATCH] Add notify.c to the list of sources. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 0258ee71..5e26c574 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,6 +151,7 @@ dist_tmux_SOURCES = \ log.c \ mode-key.c \ names.c \ + notify.c \ options-table.c \ options.c \ paste.c \