summaryrefslogtreecommitdiff
path: root/session-helper
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 /session-helper
parentc24528d3697c62cad8ff746a56992a59f31d333d (diff)
downloadxdg-app-ba37b22d78f3b1011ceab182c8a4a05d5ba630a7.tar.gz
Rename library to libflatpak
Diffstat (limited to 'session-helper')
-rw-r--r--session-helper/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/session-helper/Makefile.am.inc b/session-helper/Makefile.am.inc
index 55f5b02..5c93161 100644
--- a/session-helper/Makefile.am.inc
+++ b/session-helper/Makefile.am.inc
@@ -14,5 +14,5 @@ xdg_app_session_helper_SOURCES = \
session-helper/flatpak-permission-store.h \
$(NULL)
-xdg_app_session_helper_LDADD = $(BASE_LIBS) libxdgapp-common.la
+xdg_app_session_helper_LDADD = $(BASE_LIBS) libflatpak-common.la
xdg_app_session_helper_CFLAGS = $(BASE_CFLAGS)