summaryrefslogtreecommitdiff
path: root/common
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 /common
parentc24528d3697c62cad8ff746a56992a59f31d333d (diff)
downloadxdg-app-ba37b22d78f3b1011ceab182c8a4a05d5ba630a7.tar.gz
Rename library to libflatpak
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/Makefile.am.inc b/common/Makefile.am.inc
index b0069fb..a10e59e 100644
--- a/common/Makefile.am.inc
+++ b/common/Makefile.am.inc
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES += libxdgapp-common.la
+noinst_LTLIBRARIES += libflatpak-common.la
dbus_built_sources = common/flatpak-dbus.c common/flatpak-dbus.h
systemd_dbus_built_sources = common/flatpak-systemd-dbus.c common/flatpak-systemd-dbus.h
@@ -20,7 +20,7 @@ $(systemd_dbus_built_sources) : data/org.freedesktop.systemd1.xml
$(srcdir)/data/org.freedesktop.systemd1.xml \
$(NULL)
-libxdgapp_common_la_SOURCES = \
+libflatpak_common_la_SOURCES = \
common/flatpak-common-types.h \
common/flatpak-dir.c \
common/flatpak-dir.h \
@@ -43,7 +43,7 @@ libxdgapp_common_la_SOURCES = \
$(systemd_dbus_built_sources) \
$(NULL)
-libxdgapp_common_la_CFLAGS = \
+libflatpak_common_la_CFLAGS = \
$(AM_CFLAGS) \
$(BASE_CFLAGS) \
$(HIDDEN_VISIBILITY_CFLAGS) \
@@ -53,4 +53,4 @@ libxdgapp_common_la_CFLAGS = \
$(LIBSECCOMP_CFLAGS) \
-I$(srcdir)/dbus-proxy \
$(NULL)
-libxdgapp_common_la_LIBADD = libglnx.la $(BASE_LIBS) $(OSTREE_LIBS) $(SOUP_LIBS) $(XAUTH_LIBS) $(LIBSECCOMP_LIBS)
+libflatpak_common_la_LIBADD = libglnx.la $(BASE_LIBS) $(OSTREE_LIBS) $(SOUP_LIBS) $(XAUTH_LIBS) $(LIBSECCOMP_LIBS)