aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Makefile.am
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-30 18:00:32 -0600
committermegamage <none@none>2008-12-30 18:00:32 -0600
commite1e4c40b4a43f32f24e34365766980aefcfee181 (patch)
tree4b5d77c5174cdb5d4c4252e39014bbf53eb0b000 /src/shared/Makefile.am
parent32f571506bacb097b85996e87702afbe34d26961 (diff)
Fix build in Linux.
user: Elminster --HG-- branch : trunk
Diffstat (limited to 'src/shared/Makefile.am')
-rw-r--r--src/shared/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Makefile.am b/src/shared/Makefile.am
index 9c87d7bab40..4862253a8e1 100644
--- a/src/shared/Makefile.am
+++ b/src/shared/Makefile.am
@@ -22,7 +22,7 @@
SUBDIRS = Auth Config Database vmap
## CPP flags for includes, defines, etc.
-AM_CPPFLAGS = $(MANGOS_INCLUDES) -I$(top_builddir)/src/shared -I$(srcdir) -I$(srcdir)/../../dep/include -I$(srcdir)/../framework -I$(srcdir)/../shared -I$(srcdir)/../../dep/include/g3dlite -DSYSCONFDIR=\"$(sysconfdir)/\"
+AM_CPPFLAGS = $(TRINI_INCLUDES) -I$(top_builddir)/src/shared -I$(srcdir) -I$(srcdir)/../../dep/include -I$(srcdir)/../framework -I$(srcdir)/../shared -I$(srcdir)/../../dep/include/g3dlite -DSYSCONFDIR=\"$(sysconfdir)/\"
## AM_CPPFLAGS += -I$(srcdir)/../game -I$(srcdir)/../realmd
## Build MaNGOS shared library and its parts as convenience library.