X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2FMakefile.am;h=6e85d01bdb135b9bc03b5f97bbdc698aef8283c6;hb=b7aaf2ac709f85602ef6152980a639fd3a8577e7;hp=baf4a59204f81e958e04b8a91fe57948a4c99b18;hpb=0bcb780ab356a8ac3a9b23c054c6f702c8718b5b;p=chaz%2Ftint2 diff --git a/src/tint2conf/Makefile.am b/src/tint2conf/Makefile.am index baf4a59..6e85d01 100644 --- a/src/tint2conf/Makefile.am +++ b/src/tint2conf/Makefile.am @@ -1,6 +1,7 @@ if ENABLE_TINT2CONF bin_PROGRAMS = tint2conf -tint2conf_SOURCES = main.c ../util/common.c +dist_bin_SCRIPTS = tintwizard.py +tint2conf_SOURCES = main.c theme_view.c theme_view.h ../util/common.c INCLUDES = -I../util AM_CFLAGS += @TINT2CONF_CFLAGS@