Prepared build-system for tint2conf.

Some cleanup.


git-svn-id: http://tint2.googlecode.com/svn/trunk@154 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Spooky85@gmail.com
2009-07-26 15:45:15 +00:00
parent 5017fae290
commit 1228a9030d
5 changed files with 89 additions and 32 deletions

View File

@@ -0,0 +1,7 @@
if ENABLE_TINT2CONF
bin_PROGRAMS = tint2conf
tint2conf_SOURCES = main.c
AM_CFLAGS += @TINT2CONF_CFLAGS@
LIBS += @TINT2CONF_LIBS@
endif