summaryrefslogtreecommitdiff
path: root/Makefile-libglnx.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-02-15 09:54:38 -0500
committerColin Walters <walters@verbum.org>2015-02-15 11:53:34 -0500
commit8e9a171ec4fe7c2da489b5d9d03b3fd5526a86fa (patch)
treeafaf7cf56e3f0b2df049afdb36c7fb7901ddf22d /Makefile-libglnx.am
parent5ac3f4a119eefa8d240bc5b35c6e447497f59d11 (diff)
downloadlibglnx-8e9a171ec4fe7c2da489b5d9d03b3fd5526a86fa.tar.gz
Import directory iteration, errno handling, and shutil from libgsystem
Diffstat (limited to 'Makefile-libglnx.am')
-rw-r--r--Makefile-libglnx.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile-libglnx.am b/Makefile-libglnx.am
index 6340063..4620001 100644
--- a/Makefile-libglnx.am
+++ b/Makefile-libglnx.am
@@ -20,6 +20,14 @@ EXTRA_DIST += $(libglnx_srcpath)/README $(libglnx_srcpath)/COPYING
libglnx_la_SOURCES = \
$(libglnx_srcpath)/glnx-backport-autocleanups.h \
$(libglnx_srcpath)/glnx-backport-autoptr.h \
+ $(libglnx_srcpath)/glnx-local-alloc.h \
+ $(libglnx_srcpath)/glnx-local-alloc.c \
+ $(libglnx_srcpath)/glnx-errors.h \
+ $(libglnx_srcpath)/glnx-errors.c \
+ $(libglnx_srcpath)/glnx-dirfd.h \
+ $(libglnx_srcpath)/glnx-dirfd.c \
+ $(libglnx_srcpath)/glnx-shutil.h \
+ $(libglnx_srcpath)/glnx-shutil.c \
$(libglnx_srcpath)/libglnx.h \
$(NULL)