summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
diff options
context:
space:
mode:
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)