corrections for gtk2 build

This commit is contained in:
Brian Bidulock 2016-12-27 14:08:05 -05:00 committed by Carlos R. Mafra
parent 926890b0c3
commit 0a78bb3c74

View file

@ -25,7 +25,7 @@ CONFIGFILE = default.cf
CFLAGS = -g -Wall
DEFINE = -D__CONFPATH='"$(CONFDIR)"' -D__CONFFILE='"$(CONFIGFILE)"' -D__ICONPATH='"$(PREFIX)$(SHAREDIR)"'
LIBCONFIG = `gtk-config --cflags --libs`
LIBCONFIG = `pkg-config x11 gtk+-2.0 --cflags --libs`
$(BIN) : $(SRC)