ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/Makefile.am
(Generate patch)

Comparing deliantra/dclient/Makefile.am (file contents):
Revision 1.6 by sf-pippijn, Mon Oct 18 15:35:10 2010 UTC vs.
Revision 1.7 by sf-pippijn, Wed Oct 20 08:33:38 2010 UTC

16CLEANFILES = # empty 16CLEANFILES = # empty
17DISTCLEANFILES = # empty 17DISTCLEANFILES = # empty
18MAINTAINERCLEANFILES = # empty 18MAINTAINERCLEANFILES = # empty
19 19
20AM_CPPFLAGS = -I$(srcdir)/include -I/usr/include/ncursesw -isystem /usr/include/ncursesw -include compiler.h 20AM_CPPFLAGS = -I$(srcdir)/include -I/usr/include/ncursesw -isystem /usr/include/ncursesw -include compiler.h
21AM_CXXFLAGS = -pipe -O3 -ggdb3 -Wall -pedantic -std=c++0x -fno-inline 21AM_CXXFLAGS = -pipe -O3 -ggdb3 -Wall -pedantic -std=c++0x -fno-inline -Wno-vla
22AM_LDFLAGS = -Wl,-z,defs,-z,nodlopen,-z,noexecstack,-z,now,-z,nodump 22AM_LDFLAGS = -Wl,-z,defs,-z,nodlopen,-z,noexecstack,-z,now,-z,nodump
23 23
24BOOST = -lboost_system-mt -lpthread 24BOOST = -lboost_system-mt -lpthread
25CURSES = -lpanelw -lmenuw -lncursesw 25CURSES = -lpanelw -lmenuw -lncursesw
26 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines