tint2/src/tint2conf/Makefile.am
Spooky85@gmail.com 1228a9030d Prepared build-system for tint2conf.
Some cleanup.


git-svn-id: http://tint2.googlecode.com/svn/trunk@154 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-07-26 15:45:15 +00:00

7 lines
136 B
Makefile

if ENABLE_TINT2CONF
bin_PROGRAMS = tint2conf
tint2conf_SOURCES = main.c
AM_CFLAGS += @TINT2CONF_CFLAGS@
LIBS += @TINT2CONF_LIBS@
endif