From 951552997e8fc6272c227c8498d79d09c5f7061b Mon Sep 17 00:00:00 2001 From: Thierry Lorthiois Date: Mon, 28 Dec 2009 19:46:20 +0000 Subject: [PATCH] fixed issue 188 --- src/tint2conf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tint2conf/Makefile.am b/src/tint2conf/Makefile.am index 09f9761..6e85d01 100644 --- a/src/tint2conf/Makefile.am +++ b/src/tint2conf/Makefile.am @@ -1,7 +1,7 @@ if ENABLE_TINT2CONF bin_PROGRAMS = tint2conf dist_bin_SCRIPTS = tintwizard.py -tint2conf_SOURCES = main.c theme_view.c ../util/common.c +tint2conf_SOURCES = main.c theme_view.c theme_view.h ../util/common.c INCLUDES = -I../util AM_CFLAGS += @TINT2CONF_CFLAGS@ -- 2.44.0