about summary refs log tree commit diff stats
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-12 16:00:51 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-12 16:00:51 +0200
commit4641aa2925731ac180b08c80f57db176391ea4a9 (patch)
tree0908650ef67b9dc4040d026fdd4492ac29f75d7d /config.mk
parentdfd84f9bf3b9d949412a73bc62a43109b340d395 (diff)
downloaddwm-4641aa2925731ac180b08c80f57db176391ea4a9.tar.gz
added grid mode on Mod1Mask g
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 4fa9e86..0e5d372 100644
--- a/config.mk
+++ b/config.mk
@@ -11,7 +11,7 @@ X11LIB = /usr/X11R6/lib
 VERSION = 0.0
 
 # includes and libs
-LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11
+LIBS = -L${PREFIX}/lib -L/usr/lib -lc -lm -L${X11LIB} -lX11
 
 # Linux/BSD
 CFLAGS = -g -Wall -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
id='n147' href='#n147'>147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198