]> Dogcows Code - chaz/tint2/blobdiff - src/Makefile
add another padding parameter in config file, update documentation and sample config...
[chaz/tint2] / src / Makefile
index b0cd6c40b1c8ad7af7da7821d71663ece62a4f92..3b5d9feb87892a9beba92e32a1481a6b53b7fcb3 100644 (file)
@@ -2,7 +2,7 @@ CFLAGS= -O2
 CC = gcc
 FLAGS=-W -Wall -g `pkg-config --cflags --libs cairo pangocairo x11 xinerama imlib2 glib-2.0`
 PROGNAME=tint2
-FILES=tint.c server.c panel.c config.c taskbar/task.c taskbar/taskbar.c clock/clock.c systray/docker.c systray/icons.c systray/kde.c systray/net.c systray/xproperty.c util/window.c util/area.c
+FILES=tint.c server.c panel.c config.c taskbar/task.c taskbar/taskbar.c clock/clock.c systray/systraybar.c systray/docker.c systray/icons.c systray/kde.c systray/net.c systray/xproperty.c util/window.c util/area.c
 
 ifndef DESTDIR
        ifndef PREFIX
This page took 0.020138 seconds and 4 git commands to generate.