summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-09 16:31:58 -0700
committerIra Rice <irarice@gmail.com>2009-02-09 16:31:58 -0700
commit1ae95b709235ce811ce72437aa257bb7500e00d0 (patch)
tree915a9954b245f66e23535becc15d5e8e66fcd04f /src/Makefile.am
parent40edf4e91558cffd83d9015a2cf4a16360e27855 (diff)
downloadMana-1ae95b709235ce811ce72437aa257bb7500e00d0.tar.gz
Mana-1ae95b709235ce811ce72437aa257bb7500e00d0.tar.bz2
Mana-1ae95b709235ce811ce72437aa257bb7500e00d0.tar.xz
Mana-1ae95b709235ce811ce72437aa257bb7500e00d0.zip
Changed AETHYRA_DATADIR to PKG_DATADIR.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c6a9a9c4..be2258f5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -346,7 +346,7 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \
# set the include path found by configure
INCLUDES = \
$(all_includes) \
- -DAETHYRA_DATADIR=\""$(pkgdatadir)/"\" \
+ -DPKG_DATADIR=\""$(pkgdatadir)/"\" \
-DLOCALEDIR=\""$(localedir)/"\"
# the library search path.