aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-12-18 03:04:48 +0800
committerChristian Persch <chpe@src.gnome.org>2006-12-18 03:04:48 +0800
commit405789297075e4e3a31e347ef9e002c66e198550 (patch)
treef46e033984278e400a37ea2b7dc5080100e7fd7a /src/Makefile.am
parente535cb6671701bdd1ee7b53f4994367ef89172c9 (diff)
downloadgsoc2013-epiphany-405789297075e4e3a31e347ef9e002c66e198550.tar
gsoc2013-epiphany-405789297075e4e3a31e347ef9e002c66e198550.tar.gz
gsoc2013-epiphany-405789297075e4e3a31e347ef9e002c66e198550.tar.bz2
gsoc2013-epiphany-405789297075e4e3a31e347ef9e002c66e198550.tar.lz
gsoc2013-epiphany-405789297075e4e3a31e347ef9e002c66e198550.tar.xz
gsoc2013-epiphany-405789297075e4e3a31e347ef9e002c66e198550.tar.zst
gsoc2013-epiphany-405789297075e4e3a31e347ef9e002c66e198550.zip
Load about data from file.
2006-12-17 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: * src/Makefile.am: * src/window-commands.c: (window_cmd_help_about): Load about data from file.
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 03bbeb39f..fc21eb581 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -114,7 +114,7 @@ libephymain_la_CPPFLAGS = \
-I$(top_srcdir)/src/bookmarks \
-DEXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/extensions"\" \
-DLOADER_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/loaders"\" \
- -DDATADIR=\""$(datadir)"\" \
+ -DDATADIR=\""$(pkgdatadir)"\" \
-DGNOMELOCALEDIR=\"$(datadir)/locale\" \
$(AM_CPPFLAGS)