summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-02-06 11:59:38 +0100
committerAlexander Larsson <alexl@redhat.com>2015-02-06 11:59:38 +0100
commit287a93742fe1662a2978a0ab3011eaf6525347ea (patch)
tree0b172135407dc4390f9e4430796d3d22d5986be7 /Makefile.am
parent3afe98d6148882c57c3b9b6f0da5783ed83a4a93 (diff)
downloadxdg-app-287a93742fe1662a2978a0ab3011eaf6525347ea.tar.gz
Put system installed apps/runtimes in localstatedir (/var)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 097bf6e..9fdd0b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ endif
AM_CPPFLAGS = \
-DXDG_APP_BINDIR=\"$(bindir)\" \
+ -DXDG_APP_SYSTEMDIR=\"$(localstatedir)/xdg-app\"\
-DXDG_APP_BASEDIR=\"$(pkgdatadir)\" \
-DXDG_APP_TRIGGERDIR=\"$(pkgdatadir)/triggers\" \
-DHELPER=\"$(bindir)/xdg-app-helper\" \