--- deliantra/dclient/Makefile.am 2010/10/20 08:33:38 1.7 +++ deliantra/dclient/Makefile.am 2010/10/24 20:31:35 1.8 @@ -21,7 +21,7 @@ AM_CXXFLAGS = -pipe -O3 -ggdb3 -Wall -pedantic -std=c++0x -fno-inline -Wno-vla 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