--- deliantra/dclient/Makefile.am 2010/10/20 08:33:38 1.7 +++ deliantra/dclient/Makefile.am 2010/10/24 21:48:00 1.9 @@ -18,10 +18,10 @@ MAINTAINERCLEANFILES = # empty AM_CPPFLAGS = -I$(srcdir)/include -I/usr/include/ncursesw -isystem /usr/include/ncursesw -include compiler.h -AM_CXXFLAGS = -pipe -O3 -ggdb3 -Wall -pedantic -std=c++0x -fno-inline -Wno-vla +AM_CXXFLAGS = -pipe -O3 -ggdb3 -Wall -pedantic -std=c++0x -fno-inline -Wno-vla -DEV_COMPAT3=0 AM_LDFLAGS = -Wl,-z,defs,-z,nodlopen,-z,noexecstack,-z,now,-z,nodump -BOOST = -lboost_system-mt -lpthread +EV = -lev CURSES = -lpanelw -lmenuw -lncursesw #include src/common/Rules.am @@ -38,7 +38,7 @@ $(RM) -r $(distdir)_$(host_cpu) dclient.static: all - $(CXX) `find . -name "*.o"` -static $(BOOST) $(CURSES) -lgpm $(BFD) -o $@ + $(CXX) `find . -name "*.o"` -static $(EV) $(CURSES) -lgpm $(BFD) -o $@ upload: dclient.static cat $< | gzip > dclient.gz