summaryrefslogtreecommitdiff
path: root/lib/Makefile.am.inc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-08-19 16:54:10 +0200
committerAlexander Larsson <alexl@redhat.com>2015-08-25 13:16:31 +0200
commitd9f9080967a7d2d88a88dd0ff09bf071bc4fc585 (patch)
tree048aa5285253235a92bbe772b4b60ae3076797e6 /lib/Makefile.am.inc
parent2d0866cac82e3ab70922f8901f2e8e5bf6da6895 (diff)
downloadxdg-app-d9f9080967a7d2d88a88dd0ff09bf071bc4fc585.tar.gz
Initial version of XdgAppDb
Diffstat (limited to 'lib/Makefile.am.inc')
-rw-r--r--lib/Makefile.am.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am.inc b/lib/Makefile.am.inc
index 32b222c..26d6ad0 100644
--- a/lib/Makefile.am.inc
+++ b/lib/Makefile.am.inc
@@ -27,6 +27,10 @@ libxdgapp_la_SOURCES = \
lib/xdg-app-run.h \
lib/xdg-app-utils.c \
lib/xdg-app-utils.h \
+ lib/gvdb/gvdb-reader.c \
+ lib/gvdb/gvdb-builder.c \
+ lib/xdg-app-db.c \
+ lib/xdg-app-db.h \
$(dbus_built_sources) \
$(systemd_dbus_built_sources) \
$(NULL)