| 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
|
|
|
|
|