diff options
| author | Coldblooded <none@none> | 2008-10-12 19:41:35 -0500 |
|---|---|---|
| committer | Coldblooded <none@none> | 2008-10-12 19:41:35 -0500 |
| commit | 222cbfd4644412fb8e5aeed7c37c88797d09964a (patch) | |
| tree | a3284656db581c52a21750237b06e84aef700130 /src/bindings/scripts/Makefile.am | |
| parent | 63af34886bdcf04a51012c34f53c330e4f805f16 (diff) | |
[svn] * restored scripts lib build under Windows
* fixed Makefile.am to automatically find the sysconfdir again
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/Makefile.am')
| -rw-r--r-- | src/bindings/scripts/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |
