fixed issue 188

git-svn-id: http://tint2.googlecode.com/svn/trunk@301 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77 2009-12-28 19:46:20 +00:00
parent c78d7fa595
commit 890262073a

View file

@ -1,7 +1,7 @@
if ENABLE_TINT2CONF if ENABLE_TINT2CONF
bin_PROGRAMS = tint2conf bin_PROGRAMS = tint2conf
dist_bin_SCRIPTS = tintwizard.py 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 INCLUDES = -I../util
AM_CFLAGS += @TINT2CONF_CFLAGS@ AM_CFLAGS += @TINT2CONF_CFLAGS@