summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-12-17 22:36:57 -0500
committerColin Walters <walters@verbum.org>2014-12-17 22:52:35 -0500
commited106741f7a0596dc8b960b31fdae671d31d666d (patch)
treebd2ca09e22715b08e1643ece4f7fd2907b9aae19 /Makefile-libgsystem.am
parentad3a28c5f2520d0688730aa83eaee815fb9a5762 (diff)
downloadlibgsystem-ed106741f7a0596dc8b960b31fdae671d31d666d.tar.gz
gsystem-errors.h: Add gs_set_error_from_errno()
This is a long overdue move of this function to public API.
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 b75d517..676a230 100644
--- a/Makefile-libgsystem.am
+++ b/Makefile-libgsystem.am
@@ -25,6 +25,7 @@ libgsystemheader_HEADERS = \
src/gsystem-glib-compat.h \
src/gsystem-shutil.h \
src/gsystem-log.h \
+ src/gsystem-errors.h \
src/gsystem-subprocess-context.h \
src/gsystem-subprocess.h \
src/libgsystem.h \
@@ -35,6 +36,7 @@ libgsystem_la_SOURCES = \
src/gsystem-console.c \
src/gsystem-file-utils.c \
src/gsystem-shutil.c \
+ src/gsystem-errors.c \
src/gsystem-log.c \
src/gsystem-subprocess-context-private.h \
src/gsystem-subprocess-context.c \