summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-12-01 16:39:07 -0500
committerColin Walters <walters@verbum.org>2012-12-01 16:51:03 -0500
commitc17376d4acbddfa1909d24167d3ce24531b3db1a (patch)
tree73b0d964536974048ef7fe9c5c3f34413e424a07 /Makefile-libgsystem.am
parent6956ab38077c65ffda21c30bcc4adee2d4826146 (diff)
downloadlibgsystem-c17376d4acbddfa1909d24167d3ce24531b3db1a.tar.gz
Import GSubprocess as GSSubprocess
Since it's stalled getting into GLib, let's import it here.
Diffstat (limited to 'Makefile-libgsystem.am')
-rw-r--r--Makefile-libgsystem.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile-libgsystem.am b/Makefile-libgsystem.am
index 3e38f78..adc997f 100644
--- a/Makefile-libgsystem.am
+++ b/Makefile-libgsystem.am
@@ -24,6 +24,11 @@ libgsystem_la_SOURCES = \
$(libgsystem_srcpath)/gsystem-file-utils.c \
$(libgsystem_srcpath)/gsystem-shutil.h \
$(libgsystem_srcpath)/gsystem-shutil.c \
+ $(libgsystem_srcpath)/gsystem-subprocess-context.h \
+ $(libgsystem_srcpath)/gsystem-subprocess-context-private.h \
+ $(libgsystem_srcpath)/gsystem-subprocess-context.c \
+ $(libgsystem_srcpath)/gsystem-subprocess.h \
+ $(libgsystem_srcpath)/gsystem-subprocess.c \
$(libgsystem_srcpath)/libgsystem.h \
$(NULL)
libgsystem_la_CFLAGS = $(AM_CFLAGS) $(libgsystem_cflags)