summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-08-10 16:43:07 -0400
committerColin Walters <walters@verbum.org>2012-08-10 17:23:43 -0400
commitf28754547bc28c091aa3bb5aa400d54d07218409 (patch)
tree56f0cf69860bae2ad4ab9e53c04e48e5d047e439 /Makefile-libgsystem.am
parentccf0438a8fa47e7fa1cf5e87c41896f29b81b276 (diff)
downloadlibgsystem-f28754547bc28c091aa3bb5aa400d54d07218409.tar.gz
Add gs_file_read_noatime()
Based on a patch from William Jon McCann <mccann@redhat.com> This will be used by libgnome-desktop and hopefully other things.
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 fb09b51..b8a6004 100644
--- a/Makefile-libgsystem.am
+++ b/Makefile-libgsystem.am
@@ -20,6 +20,8 @@ noinst_LTLIBRARIES += libgsystem.la
libgsystem_la_SOURCES = \
$(libgsystem_srcpath)/gsystem-local-alloc.h \
$(libgsystem_srcpath)/gsystem-local-alloc.c \
+ $(libgsystem_srcpath)/gsystem-file-utils.h \
+ $(libgsystem_srcpath)/gsystem-file-utils.c \
$(libgsystem_srcpath)/libgsystem.h \
$(NULL)