]> Dogcows Code - chaz/tint2/blobdiff - src/Makefile
add another padding parameter in config file, update documentation and sample config...
[chaz/tint2] / src / Makefile
index 31fe027cd57b81b7a4f808b30300ac83d0351adc..3b5d9feb87892a9beba92e32a1481a6b53b7fcb3 100644 (file)
@@ -1,7 +1,8 @@
-#CFLAGS="-O2"
-FLAGS=-Wall -g `pkg-config --cflags --libs cairo pangocairo x11 xinerama imlib2 glib-2.0`
+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.020814 seconds and 4 git commands to generate.