From 70b745b3156df7b75641c2ddff926436235e7eea Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 7 Apr 2008 08:24:47 +0200 Subject: [PATCH] [build] include common.h Signed-off-by: Julien Danjou --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8b6b711c..1bc689e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ WIDGETS += widgets/progressbar.c WIDGETS += widgets/tasklist.c WIDGETS += widgets/graph.c WIDGETS += widgets/emptybox.c -WIDGETS += widgets/common.c +WIDGETS += widgets/common.c widgets/common.h doc_DATA += README