aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-05-14 19:25:56 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-14 19:25:56 +0800
commitbc3fac61996f1b403df48bf59826a38540b5d4c2 (patch)
tree59f5f2a590e75706183fa93356172cd0b4ce9764 /src/Makefile.am
parent3bb247b7f7eaa730a9f6cdc22ace430dba57ecd8 (diff)
downloadgsoc2013-empathy-bc3fac61996f1b403df48bf59826a38540b5d4c2.tar
gsoc2013-empathy-bc3fac61996f1b403df48bf59826a38540b5d4c2.tar.gz
gsoc2013-empathy-bc3fac61996f1b403df48bf59826a38540b5d4c2.tar.bz2
gsoc2013-empathy-bc3fac61996f1b403df48bf59826a38540b5d4c2.tar.lz
gsoc2013-empathy-bc3fac61996f1b403df48bf59826a38540b5d4c2.tar.xz
gsoc2013-empathy-bc3fac61996f1b403df48bf59826a38540b5d4c2.tar.zst
gsoc2013-empathy-bc3fac61996f1b403df48bf59826a38540b5d4c2.zip
po/POTFILES.in
2006-05-14 Xavier Claessens <xclaesse@gmail.com> * src/empathy-chat-main.c: * src/Makefile.am: * src/empathy-main.c: * po/POTFILES.in * po/LINGUAS: * TODO: Setting up i18n support. * po/Makefile.in.in: Removed, it's generated at build time. svn path=/trunk/; revision=62
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 40f9e7d1e..05bc6f55a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,9 @@
cppflags = \
- -I. \
- -I$(top_srcdir) \
+ -I$(top_srcdir) \
+ -DPREFIX="\"$(prefix)"\" \
+ -DSYSCONFDIR=\""$(sysconfdir)"\" \
+ -DDATADIR=\""$(datadir)"\" \
+ -DLIBDIR=\""$(libdir)"\" \
$(EMPATHY_CFLAGS) \
$(WARN_CFLAGS)