summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-06 11:14:45 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-06 11:14:45 +0000
commit1389fc06cc578bdddd6d92cf3a239e33bb892026 (patch)
tree951df53f84f575bf1ff0a0ae57c06b04d9522f82 /src/Makefile.am
parent0bd2a74378b01204876ec8d92c03959f3b3a287e (diff)
downloadmana-client-1389fc06cc578bdddd6d92cf3a239e33bb892026.tar.gz
mana-client-1389fc06cc578bdddd6d92cf3a239e33bb892026.tar.bz2
mana-client-1389fc06cc578bdddd6d92cf3a239e33bb892026.tar.xz
mana-client-1389fc06cc578bdddd6d92cf3a239e33bb892026.zip
Fixed some header typos. Moved gettext.h to utils directory. Removed redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5866205e..ea40d5de 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -194,7 +194,6 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \
resources/equipmentdb.cpp \
resources/equipmentdb.h \
resources/equipmentinfo.h \
- resources/gettext.h \
resources/image.cpp \
resources/image.h \
resources/imagewriter.cpp \
@@ -231,6 +230,7 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \
utils/base64.h \
utils/dtor.h \
utils/fastsqrt.h \
+ utils/gettext.h \
utils/minmax.h \
utils/strprintf.h \
utils/strprintf.cpp \
@@ -309,6 +309,5 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \
# set the include path found by configure
INCLUDES = \
$(all_includes) \
- -DHAS_CONFIG_H \
-DTMW_DATADIR=\""$(pkgdatadir)/"\" \
-DLOCALEDIR=\""$(localedir)"\"