summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f31737e..bdf33a5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
vwm: vwm.c vwm.h list.h colors.def launchers.def Makefile
- $(CC) -Wall -o vwm vwm.c -lX11 #-g -DTRACE
+ $(CC) -Wall -o vwm vwm.c -lX11 -lXext -lXinerama -lXrandr #-g -DTRACE
clean:
rm -f vwm
© All Rights Reserved