aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2009-02-02 01:44:07 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2009-02-02 01:44:07 +0000
commit487a15633b9706bf44a18e7ff484e63c0311f347 (patch)
treeb9acce99348b034e9d691783660e0e57e271cd33 /config.mk
parentba251b7444fd9fa0a38b065ad5ca9b00028022c4 (diff)
downloaddzen-487a15633b9706bf44a18e7ff484e63c0311f347.tar.gz
dzen-487a15633b9706bf44a18e7ff484e63c0311f347.zip
correct handling of '-geometry' and '-y' options for dzen at
the bottom of the screen cosmetic code clean ups Courtesy of Valery V. Vorotyntsev git-svn-id: http://dzen.googlecode.com/svn/trunk@240 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/config.mk b/config.mk
index 5512b70..d54ea0c 100644
--- a/config.mk
+++ b/config.mk
@@ -12,27 +12,27 @@ X11LIB = /usr/X11R6/lib
INCS = -I. -I/usr/include -I${X11INC}
# Configure the features you want to be supported
-# Only one of the following options has to be uncommented,
+# Only one of the following options has to be uncommented,
# all others must be commented!
#
# Uncomment: Remove # from the beginning of respective lines
# Comment : Add # to the beginning of the respective lines
# Option 1: No Xinerama no XPM
-#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
-#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
+LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
+CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\"
# Option 2: No Xinerama with XPM
#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXpm
-#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XPM
+#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XPM
# Option 3: With Xinerama no XPM
#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama
-#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA
+#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA
# Option 4: With Xinerama and XPM
-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm
-CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM
+#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm
+#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM
# END of feature configuration