From: Thierry Lorthiois Date: Mon, 28 Dec 2009 19:46:20 +0000 (+0000) Subject: fixed issue 188 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=commitdiff_plain;h=951552997e8fc6272c227c8498d79d09c5f7061b fixed issue 188 --- 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@