summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-09 09:40:38 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-09 09:46:26 +0200
commitba37b22d78f3b1011ceab182c8a4a05d5ba630a7 (patch)
tree2c1b93d5f8712318d2055d23de829b0e98a68700 /tests
parentc24528d3697c62cad8ff746a56992a59f31d333d (diff)
downloadxdg-app-ba37b22d78f3b1011ceab182c8a4a05d5ba630a7.tar.gz
Rename library to libflatpak
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc
index e9af7ab..c9ef3f1 100644
--- a/tests/Makefile.am.inc
+++ b/tests/Makefile.am.inc
@@ -12,7 +12,7 @@ testdb_LDADD = \
$(BASE_LIBS) \
$(OSTREE_LIBS) \
libglnx.la \
- libxdgapp-common.la \
+ libflatpak-common.la \
$(NULL)
testdb_SOURCES = tests/testdb.c
@@ -21,7 +21,7 @@ test_doc_portal_LDADD = \
$(BASE_LIBS) \
$(OSTREE_LIBS) \
libglnx.la \
- libxdgapp-common.la \
+ libflatpak-common.la \
$(NULL)
test_doc_portal_SOURCES = tests/test-doc-portal.c $(xdp_dbus_built_sources)