diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-09 16:31:58 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-09 16:31:58 -0700 |
commit | 1ae95b709235ce811ce72437aa257bb7500e00d0 (patch) | |
tree | 915a9954b245f66e23535becc15d5e8e66fcd04f /src/Makefile.am | |
parent | 40edf4e91558cffd83d9015a2cf4a16360e27855 (diff) | |
download | mana-client-1ae95b709235ce811ce72437aa257bb7500e00d0.tar.gz mana-client-1ae95b709235ce811ce72437aa257bb7500e00d0.tar.bz2 mana-client-1ae95b709235ce811ce72437aa257bb7500e00d0.tar.xz mana-client-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.am | 2 |
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. |