summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-11-29 17:10:31 -0500
committerColin Walters <walters@verbum.org>2012-11-29 17:10:31 -0500
commit82c4b585f374d094c9f5a5428585f879e7397b3d (patch)
treed571b712db037160e3e1944023f822318bc41dc3 /Makefile-libgsystem.am
parenteb4cecbc1528e1d1bdd99298d6f58768c6642b24 (diff)
downloadlibgsystem-82c4b585f374d094c9f5a5428585f879e7397b3d.tar.gz
shutil: New submodule for high-level I/O operations
Imported from ostree.
Diffstat (limited to 'Makefile-libgsystem.am')
-rw-r--r--Makefile-libgsystem.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile-libgsystem.am b/Makefile-libgsystem.am
index 0f6e72f..6d368cc 100644
--- a/Makefile-libgsystem.am
+++ b/Makefile-libgsystem.am
@@ -24,6 +24,8 @@ libgsystem_la_SOURCES = \
$(libgsystem_srcpath)/gsystem-local-alloc.c \
$(libgsystem_srcpath)/gsystem-file-utils.h \
$(libgsystem_srcpath)/gsystem-file-utils.c \
+ $(libgsystem_srcpath)/gsystem-shutil.h \
+ $(libgsystem_srcpath)/gsystem-shutil.c \
$(libgsystem_srcpath)/libgsystem.h \
$(NULL)