summaryrefslogtreecommitdiff
path: root/Makefile-libglnx.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-01-24 10:06:24 -0500
committerColin Walters <walters@verbum.org>2016-01-24 12:10:26 -0500
commit2ca280f0124eddcac8aa868fdbeb679bb6e57139 (patch)
tree53c53fcf4683897b50423b6d97f82934c760985c /Makefile-libglnx.am
parent194eb7a09c8baa61e9715a117d9376d43d9a86c5 (diff)
downloadlibglnx-2ca280f0124eddcac8aa868fdbeb679bb6e57139.tar.gz
Introduce glnx-alloca.h with glnx_strjoina()
This is taken from systemd, and is really useful when one has a few known-to-be-small strings one wants to concatenate without resorting to malloc.
Diffstat (limited to 'Makefile-libglnx.am')
-rw-r--r--Makefile-libglnx.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-libglnx.am b/Makefile-libglnx.am
index 712e931..2e8da01 100644
--- a/Makefile-libglnx.am
+++ b/Makefile-libglnx.am
@@ -18,6 +18,7 @@
EXTRA_DIST += $(libglnx_srcpath)/README.md $(libglnx_srcpath)/COPYING
libglnx_la_SOURCES = \
+ $(libglnx_srcpath)/glnx-alloca.h \
$(libglnx_srcpath)/glnx-backport-autocleanups.h \
$(libglnx_srcpath)/glnx-backport-autoptr.h \
$(libglnx_srcpath)/glnx-backports.h \