summaryrefslogtreecommitdiff
path: root/libappstream-glib/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-25 09:24:06 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-25 09:24:10 +0000
commit11ea522db3b10b59bb40f50ee8e4c3bd495fbdcd (patch)
treed251e29d9f60e91806500067c2254d4a09df65ff /libappstream-glib/Makefile.am
parent95fa4cc1a5b8b92f36e8373359fb54b4e114e3c0 (diff)
downloadappstream-glib-11ea522db3b10b59bb40f50ee8e4c3bd495fbdcd.tar.gz
Add as_store_load() to load system and user locations
Most of this code has been ported from gnome-software and is used to load system and user app-info locations. It will also soon be used for loading Ubuntu-specific app-install files and perhaps also Debian-style YAML files.
Diffstat (limited to 'libappstream-glib/Makefile.am')
-rw-r--r--libappstream-glib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/Makefile.am b/libappstream-glib/Makefile.am
index 73a7917..509f314 100644
--- a/libappstream-glib/Makefile.am
+++ b/libappstream-glib/Makefile.am
@@ -12,6 +12,7 @@ AM_CPPFLAGS = \
-I. \
-DAS_COMPILATION \
-DTESTDATADIR=\""$(top_srcdir)/data/tests"\" \
+ -DLOCALSTATEDIR=\""$(localstatedir)"\" \
-DG_LOG_DOMAIN=\"As\"
pkgconfigdir = $(libdir)/pkgconfig