From 222cbfd4644412fb8e5aeed7c37c88797d09964a Mon Sep 17 00:00:00 2001 From: Coldblooded Date: Sun, 12 Oct 2008 19:41:35 -0500 Subject: [svn] * restored scripts lib build under Windows * fixed Makefile.am to automatically find the sysconfdir again --HG-- branch : trunk --- src/bindings/scripts/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bindings/scripts/Makefile.am') diff --git a/src/bindings/scripts/Makefile.am b/src/bindings/scripts/Makefile.am index 258e0832a89..6f1b9284ca1 100644 --- a/src/bindings/scripts/Makefile.am +++ b/src/bindings/scripts/Makefile.am @@ -32,7 +32,8 @@ $(POSTGRE_INCLUDES) \ -I$(top_srcdir)/src/framework \ -I$(top_srcdir)/src/game \ -I$(srcdir)/include \ -$(TRINI_INCLUDES) +$(TRINI_INCLUDES) \ +-D_TRINITY_SCRIPT_CONFIG='"$(sysconfdir)/trinitycore.conf"' libtrinityscript_la_SOURCES = \ ScriptMgr.cpp \ -- cgit v1.2.3