added basic launcher by mrovi

git-svn-id: http://tint2.googlecode.com/svn/trunk@521 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-08-02 17:12:07 +00:00
parent 73c0b524af
commit 7e17a3c7f0
5 changed files with 109 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ include_directories( ${PROJECT_BINARY_DIR}
src/clock
src/systray
src/taskbar
src/launcher
src/tooltip
src/util
${X11_INCLUDE_DIRS}
@@ -45,6 +46,7 @@ set( SOURCES src/config.c
src/tint.c
src/clock/clock.c
src/systray/systraybar.c
src/launcher/launcher.c
src/taskbar/task.c
src/taskbar/taskbar.c
src/tooltip/tooltip.c