diff --git a/Makefile.linux b/Makefile.linux index 08e14e1..e6be2ea 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -1,8 +1,8 @@ -# export CXX ?= $(shell wx-config --cxx) -# export CFLAGS ?= -O2 -Wall $(shell wx-config --cxxflags) -DLOG_LOCALTIME=1 -DLINUX=1 -# export GUILIBS ?= $(shell wx-config --libs adv,core,base) -# export LIBS ?= $(shell wx-config --libs base) -# export LDFLAGS ?= +export CXX ?= $(shell wx-config --cxx) +export CFLAGS ?= -O2 -Wall $(shell wx-config --cxxflags) -DLOG_LOCALTIME=1 -DLINUX=1 +export GUILIBS ?= $(shell wx-config --libs adv,core,base) +export LIBS ?= $(shell wx-config --libs base) +export LDFLAGS ?= all: ircDDBGateway/ircddbgatewayd