diff options
author | Vincent Untz <vuntz@gnome.org> | 2009-07-30 18:51:48 +0800 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2009-07-30 18:51:48 +0800 |
commit | 72b49fe58f5feaa36ae4851415a76588793f1510 (patch) | |
tree | 388029e647659e812421247453a6298f2876ad29 /src/bookmarks/Makefile.am | |
parent | 048b02780261819c29de2b43a1c1a18d3cbb066f (diff) | |
download | gsoc2013-epiphany-72b49fe58f5feaa36ae4851415a76588793f1510.tar.gz gsoc2013-epiphany-72b49fe58f5feaa36ae4851415a76588793f1510.tar.zst gsoc2013-epiphany-72b49fe58f5feaa36ae4851415a76588793f1510.zip |
Move default bookmarks to separate rdf file instead of hard-coded values
Bug #300190
Diffstat (limited to 'src/bookmarks/Makefile.am')
-rw-r--r-- | src/bookmarks/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am index bf87823dd..52664459b 100644 --- a/src/bookmarks/Makefile.am +++ b/src/bookmarks/Makefile.am @@ -111,6 +111,7 @@ libephybookmarks_la_CPPFLAGS = \ -I$(top_srcdir)/embed \ -I$(top_srcdir)/lib/widgets \ -I$(top_srcdir)/lib/egg \ + -DDATADIR=\""$(pkgdatadir)"\" \ $(AM_CPPFLAGS) libephybookmarks_la_CFLAGS = \ |