summaryrefslogtreecommitdiff
path: root/app/Makefile.am.inc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-09-24 19:23:24 +0200
committerAlexander Larsson <alexl@redhat.com>2015-09-24 19:23:24 +0200
commit41af86dc69e52f53c4181acc4e762e82f121f25c (patch)
treeac25331f88179bfa8635d432070471e94330df05 /app/Makefile.am.inc
parent2cfbf4ff1a5db91a2aa496e58e403f3747456a7f (diff)
downloadxdg-app-41af86dc69e52f53c4181acc4e762e82f121f25c.tar.gz
Add xdg-app enter command
This lets you enter a sandbox and run a command there, which is useful for debugging purposes.
Diffstat (limited to 'app/Makefile.am.inc')
-rw-r--r--app/Makefile.am.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Makefile.am.inc b/app/Makefile.am.inc
index 4b9c72a..7b8839f 100644
--- a/app/Makefile.am.inc
+++ b/app/Makefile.am.inc
@@ -16,6 +16,7 @@ xdg_app_SOURCES = \
app/xdg-app-builtins-uninstall.c \
app/xdg-app-builtins-list.c \
app/xdg-app-builtins-run.c \
+ app/xdg-app-builtins-enter.c \
app/xdg-app-builtins-build-init.c \
app/xdg-app-builtins-build.c \
app/xdg-app-builtins-build-finish.c \