aboutsummaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorKingPin <none@none>2008-10-27 09:57:53 -0500
committerKingPin <none@none>2008-10-27 09:57:53 -0500
commit1bb16035923b0675b0c239379cd5d64c8310f28b (patch)
treea4484c1d97545373f5e4033c3f23052b938d14d8 /sql/Makefile.am
parente72a13c3dd10922a18d9ee59a7f62fbfb6b69c03 (diff)
[svn] * Moved scripts sqls updates to main sql updates folder.
* Fixed makefile to use proper foldername. * rXXX_world_scripts.sql will be the format for script sql updates, execute these into your world DB. --HG-- branch : trunk
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index 8f48c41d2c0..93cc1474b1c 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -22,8 +22,8 @@
SUBDIRS = updates tools
## Change installation location
-# datadir = mangos/sql
-pkgdatadir = $(datadir)/mangos/sql
+# datadir = trinity/sql
+pkgdatadir = $(datadir)/trinity/sql
## Files to be installed
# Install basic SQL files to datadir
@@ -32,6 +32,8 @@ pkgdata_DATA = \
realmd.sql \
characters.sql \
create_mysql.sql \
+ world_scripts_full.sql \
+ world_scripts_structure.sql \
drop_mysql.sql
## Additional files to include when running 'make dist'
@@ -41,4 +43,6 @@ EXTRA_DIST = \
drop_mysql.sql \
characters.sql \
world.sql \
+ world_scripts_full.sql \
+ world_scripts_structure.sql \
realmd.sql