]> Dogcows Code - chaz/tint2/blob - src/tint2conf/Makefile.am
more tint2conf cleanup
[chaz/tint2] / src / tint2conf / Makefile.am
1 if ENABLE_TINT2CONF
2 bin_PROGRAMS = tint2conf
3 tint2conf_SOURCES = main.c ../util/common.c
4 INCLUDES = -I../util
5
6 AM_CFLAGS += @TINT2CONF_CFLAGS@
7 LIBS += @TINT2CONF_LIBS@
8 endif
This page took 0.035611 seconds and 4 git commands to generate.