summaryrefslogtreecommitdiff
path: root/common/Makefile.am.inc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-06 18:03:47 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-09 09:00:20 +0200
commitc24528d3697c62cad8ff746a56992a59f31d333d (patch)
tree2dbb32e15c57cc4061f7b37d6db29a7b97228c15 /common/Makefile.am.inc
parent6a613d1fabce5e93656cfbcb6815cc9bc98f437b (diff)
downloadxdg-app-c24528d3697c62cad8ff746a56992a59f31d333d.tar.gz
Rename source files to flatpak
Diffstat (limited to 'common/Makefile.am.inc')
-rw-r--r--common/Makefile.am.inc36
1 files changed, 18 insertions, 18 deletions
diff --git a/common/Makefile.am.inc b/common/Makefile.am.inc
index 0c88972..b0069fb 100644
--- a/common/Makefile.am.inc
+++ b/common/Makefile.am.inc
@@ -1,14 +1,14 @@
noinst_LTLIBRARIES += libxdgapp-common.la
-dbus_built_sources = common/xdg-app-dbus.c common/xdg-app-dbus.h
-systemd_dbus_built_sources = common/xdg-app-systemd-dbus.c common/xdg-app-systemd-dbus.h
+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
BUILT_SOURCES += $(dbus_built_sources) $(systemd_dbus_built_sources)
$(dbus_built_sources) : data/org.freedesktop.XdgApp.xml
$(AM_V_GEN) $(GDBUS_CODEGEN) \
--interface-prefix org.freedesktop.XdgApp. \
- --c-namespace XdgApp \
- --generate-c-code $(builddir)/common/xdg-app-dbus \
+ --c-namespace Flatpak \
+ --generate-c-code $(builddir)/common/flatpak-dbus \
$(srcdir)/data/org.freedesktop.XdgApp.xml \
$(NULL)
@@ -16,29 +16,29 @@ $(systemd_dbus_built_sources) : data/org.freedesktop.systemd1.xml
$(AM_V_GEN) $(GDBUS_CODEGEN) \
--interface-prefix org.freedesktop.systemd1. \
--c-namespace Systemd \
- --generate-c-code $(builddir)/common/xdg-app-systemd-dbus \
+ --generate-c-code $(builddir)/common/flatpak-systemd-dbus \
$(srcdir)/data/org.freedesktop.systemd1.xml \
$(NULL)
libxdgapp_common_la_SOURCES = \
- common/xdg-app-common-types.h \
- common/xdg-app-dir.c \
- common/xdg-app-dir.h \
- common/xdg-app-run.c \
- common/xdg-app-run.h \
- common/xdg-app-portal-error.c \
- common/xdg-app-portal-error.h \
- common/xdg-app-utils.c \
- common/xdg-app-utils.h \
- common/xdg-app-chain-input-stream.c \
- common/xdg-app-chain-input-stream.h \
+ common/flatpak-common-types.h \
+ common/flatpak-dir.c \
+ common/flatpak-dir.h \
+ common/flatpak-run.c \
+ common/flatpak-run.h \
+ common/flatpak-portal-error.c \
+ common/flatpak-portal-error.h \
+ common/flatpak-utils.c \
+ common/flatpak-utils.h \
+ common/flatpak-chain-input-stream.c \
+ common/flatpak-chain-input-stream.h \
common/gvdb/gvdb-reader.h \
common/gvdb/gvdb-format.h \
common/gvdb/gvdb-reader.c \
common/gvdb/gvdb-builder.h \
common/gvdb/gvdb-builder.c \
- common/xdg-app-db.c \
- common/xdg-app-db.h \
+ common/flatpak-db.c \
+ common/flatpak-db.h \
$(dbus_built_sources) \
$(systemd_dbus_built_sources) \
$(NULL)