Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: Makefile.am

Issue 6659006: flimflam: add support for multiple profiles (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: more ers comments Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | configure.ac » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.am
diff --git a/Makefile.am b/Makefile.am
index 0ebfb1b6d6b01499ca17462e41c5c9780eebdbb6..c7164ac93aded46f2b4ea56df34b6152351b1444 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,6 +80,8 @@ scriptdir = $(libdir)/flimflam/scripts
storagedir = $(localstatedir)/cache/flimflam
+storage_homedir = @STORAGE_HOMEDIR@
+
testdir = $(libdir)/flimflam/test
if MAINTAINER_MODE
@@ -98,7 +100,8 @@ AM_CFLAGS = -Wall -Werror \
-DSTATEDIR=\""$(statedir)"\" \
-DPLUGINDIR=\""$(build_plugindir)"\" \
-DSCRIPTDIR=\""$(build_scriptdir)"\" \
- -DSTORAGEDIR=\""$(storagedir)\""
+ -DSTORAGEDIR=\""$(storagedir)\"" \
+ -DSTORAGE_HOMEDIR=\""${storage_homedir}"\"
INCLUDES = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus
« no previous file with comments | « no previous file | configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698