X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftint2conf%2FMakefile.am;h=baf4a59204f81e958e04b8a91fe57948a4c99b18;hb=0bcb780ab356a8ac3a9b23c054c6f702c8718b5b;hp=b7b625a11a8765b59e013265de31ec0c5341d5a2;hpb=108ab1deff6cef7d1d9fd27c0125e2456848526b;p=chaz%2Ftint2 diff --git a/src/tint2conf/Makefile.am b/src/tint2conf/Makefile.am index b7b625a..baf4a59 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 +tint2conf_SOURCES = main.c ../util/common.c +INCLUDES = -I../util AM_CFLAGS += @TINT2CONF_CFLAGS@ LIBS += @TINT2CONF_LIBS@