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@