From 890262073a49b4a1e821012c537828eb5a1fca5c Mon Sep 17 00:00:00 2001 From: thilor77 Date: Mon, 28 Dec 2009 19:46:20 +0000 Subject: [PATCH] fixed issue 188 git-svn-id: http://tint2.googlecode.com/svn/trunk@301 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- 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@