Remove xdg-app-helper

tingping/wmclass
Alexander Larsson 2016-04-29 12:35:12 +02:00
parent 4c3bf179e2
commit f55bb0edc9
4 changed files with 1 additions and 2731 deletions

1
.gitignore vendored
View File

@ -28,7 +28,6 @@ config.h.in
stamp-*
gtk-doc.make
xdg-app
xdg-app-helper
xdg-app-session-helper
xdg-document-portal
xdg-app-builder

View File

@ -54,21 +54,3 @@ libxdgapp_common_la_CFLAGS = \
-I$(srcdir)/dbus-proxy \
$(NULL)
libxdgapp_common_la_LIBADD = libglnx.la $(BASE_LIBS) $(OSTREE_LIBS) $(SOUP_LIBS) $(XAUTH_LIBS) $(LIBSECCOMP_LIBS)
bin_PROGRAMS += \
xdg-app-helper \
$(NULL)
xdg_app_helper_SOURCES = common/xdg-app-helper.c
xdg_app_helper_LDADD = $(LIBSECCOMP_LIBS)
xdg_app_helper_CFLAGS = $(LIBSECCOMP_CFLAGS)
install-exec-hook:
if PRIV_MODE_SETUID
$(SUDO_BIN) chown root $(DESTDIR)$(bindir)/xdg-app-helper
$(SUDO_BIN) chmod u+s $(DESTDIR)$(bindir)/xdg-app-helper
else
if PRIV_MODE_FILECAPS
$(SUDO_BIN) setcap cap_sys_admin+ep $(DESTDIR)$(bindir)/xdg-app-helper
endif
endif

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@ AC_DISABLE_STATIC
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
AC_CONFIG_SRCDIR([common/xdg-app-helper.c])
AC_CONFIG_SRCDIR([common/xdg-app-dir.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-xz tar-ustar foreign subdir-objects])