Fix compilation master
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 11 May 2015 15:34:19 +0000 (18:34 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 11 May 2015 15:34:19 +0000 (18:34 +0300)
Makefile

index 479f9c8..4b38032 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-CC=gcc
+CC=cc
 INCLUDE=`pkg-config gtk+-2.0 --cflags`
 CFLAGS=-Wall -O2
 INCLUDE=`pkg-config gtk+-2.0 --cflags`
 CFLAGS=-Wall -O2
-LIB=`pkg-config gtk+-2.0 --libs
+LIB=`pkg-config gtk+-2.0 --libs x11`
 
 STRIP=strip
 
 
 STRIP=strip