X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2FMakefile.am;h=09f9761bea06777d9b8001b32f7b3d6b0e633bc3;hb=b4a0127130213dba32519e1b478257228aa4dc10;hp=b7b625a11a8765b59e013265de31ec0c5341d5a2;hpb=c7e0400a7a1f746ae32cd3d5f7f242b794acd380;p=chaz%2Ftint2 diff --git a/src/tint2conf/Makefile.am b/src/tint2conf/Makefile.am index b7b625a..09f9761 100644 --- a/src/tint2conf/Makefile.am +++ b/src/tint2conf/Makefile.am @@ -1,6 +1,8 @@ if ENABLE_TINT2CONF bin_PROGRAMS = tint2conf -tint2conf_SOURCES = main.c +dist_bin_SCRIPTS = tintwizard.py +tint2conf_SOURCES = main.c theme_view.c ../util/common.c +INCLUDES = -I../util AM_CFLAGS += @TINT2CONF_CFLAGS@ LIBS += @TINT2CONF_LIBS@