diff options
| author | XTZGZoReX <none@none> | 2008-10-12 17:35:16 -0500 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2008-10-12 17:35:16 -0500 |
| commit | fdcf5cc4069be8584b21fe42ee90d7d6109b3c9a (patch) | |
| tree | 00ccaf66482a288d57006d4323f507e61c93b616 /src/bindings/scripts/Makefile.am | |
| parent | a4ceeacb517d4da05f85ba8230253818d94b9f98 (diff) | |
[svn] * Random changes/fixes...
* Some fixes to MangChat, more coming.
* Cleaning up scripting part and preparing to merge it into the core.
--HG--
branch : trunk
rename : src/bindings/scripts/README.TXT => src/bindings/scripts/README
Diffstat (limited to 'src/bindings/scripts/Makefile.am')
| -rw-r--r-- | src/bindings/scripts/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/bindings/scripts/Makefile.am b/src/bindings/scripts/Makefile.am index 307bc4f66f2..258e0832a89 100644 --- a/src/bindings/scripts/Makefile.am +++ b/src/bindings/scripts/Makefile.am @@ -32,8 +32,7 @@ $(POSTGRE_INCLUDES) \ -I$(top_srcdir)/src/framework \ -I$(top_srcdir)/src/game \ -I$(srcdir)/include \ -$(TRINI_INCLUDES) \ --D_TRINITY_SCRIPT_CONFIG='"$(sysconfdir)/trinityscript.conf"' +$(TRINI_INCLUDES) libtrinityscript_la_SOURCES = \ ScriptMgr.cpp \ @@ -398,11 +397,9 @@ libtrinityscript_la_LIBFLAGS = -version-info 0:0:1 libtrinityscript_la_LIBADD = $(MYSQL_LIBS) $(POSTGRE_LIBS) ## Additional files to install -sysconf_DATA = \ - trinityscript.conf.dist +## sysconf_DATA = -EXTRA_DIST = \ - trinityscript.conf.dist +## EXTRA_DIST = ## Prevend overwrite of the config file, if its already installed install-data-hook: |
