From: Teodor Sigaev Date: Mon, 11 May 2015 15:34:19 +0000 (+0300) Subject: Fix compilation X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=hclip.git;a=commitdiff_plain;h=HEAD Fix compilation --- diff --git a/Makefile b/Makefile index 479f9c8..4b38032 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -CC=gcc +CC=cc 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