From 39628e8280aba6232cc71d9f61e5c1f68a683564 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 21 Sep 2011 16:32:31 +0000 Subject: [PATCH] Add format.c to the list of sources. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 0a70dca8..0258ee71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -136,6 +136,7 @@ dist_tmux_SOURCES = \ cmd.c \ colour.c \ environ.c \ + format.c \ grid-utf8.c \ grid-view.c \ grid.c \