X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftint2conf%2FMakefile.am;h=c76dc9203dc6ba12b1293fdff3508f7011b8feda;hb=1ac25b2b66dab98e7c85c4f483d202f95b432828;hp=baf4a59204f81e958e04b8a91fe57948a4c99b18;hpb=0bcb780ab356a8ac3a9b23c054c6f702c8718b5b;p=chaz%2Ftint2 diff --git a/src/tint2conf/Makefile.am b/src/tint2conf/Makefile.am index baf4a59..c76dc92 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 ../version.h INCLUDES = -I../util AM_CFLAGS += @TINT2CONF_CFLAGS@