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

Comparing deliantra/server/server/Makefile.am (file contents):
Revision 1.7 by root, Tue Aug 29 05:03:55 2006 UTC vs.
Revision 1.8 by root, Wed Aug 30 16:30:37 2006 UTC

79 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@ 79 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -csuffix .C -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes cfperl.xs >$@
80 80
81AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 81AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
82 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 82 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
83 -DPLUGIN_SUFFIX=\".so\" \ 83 -DPLUGIN_SUFFIX=\".so\" \
84 $(PERLFLAGS) -I$(top_srcdir)/plugins/common/include 84 -I$(top_srcdir)/plugins/common/include
85 85
86if HAVE_LIBDL 86if HAVE_LIBDL
87LIBDL=-ldl 87LIBDL=-ldl
88crossfire_LDFLAGS=-export-dynamic 88crossfire_LDFLAGS=-export-dynamic
89else 89else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines