From: henryk@ploetzli.ch Date: Sun, 11 Oct 2009 18:40:44 +0000 (+0000) Subject: Fix commit 232, reenable GUI X-Git-Tag: v1.0.0~464 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/789d706a7dcc3d6cbc92a05b36508e3a7b229edd Fix commit 232, reenable GUI --- diff --git a/linux/Makefile b/linux/Makefile index 531eee0b..70e7cc7a 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -6,7 +6,7 @@ CFLAGS = -I. -I/opt/local/include -Wall -Wno-unused-function $(COMMON_FLAGS) CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null) -ifneq ($(QTLDFLAGS),) +ifneq ($(QTLDLIBS),) QTGUI = proxgui.o proxguiqt.o proxguiqt.moc.o CFLAGS += -DHAVE_GUI MOC = $(shell type moc-qt4 >/dev/null 2>&1 && echo moc-qt4 || echo moc)