aboutsummaryrefslogtreecommitdiffhomepage
path: root/util/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2012-06-15 01:08:36 +0300
committerGravatar David Bremner <bremner@debian.org>2012-12-02 09:14:59 -0400
commit902f2e19bdb649baee4e07cdb9cc9e7785f209b5 (patch)
tree5a85a3324e376a55c1771a4427708d391153fd9e /util/Makefile.local
parent113e30c01baab44b67c0065f81cc6073553415fa (diff)
hex-escape: (en|de)code strings to/from restricted character set
The character set is chosen to be suitable for pathnames, and the same as that used by contrib/nmbug [With additions by Jani Nikula]
Diffstat (limited to 'util/Makefile.local')
-rw-r--r--util/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.local b/util/Makefile.local
index c7cae61e..3ca623ec 100644
--- a/util/Makefile.local
+++ b/util/Makefile.local
@@ -3,7 +3,7 @@
dir := util
extra_cflags += -I$(srcdir)/$(dir)
-libutil_c_srcs := $(dir)/xutil.c $(dir)/error_util.c
+libutil_c_srcs := $(dir)/xutil.c $(dir)/error_util.c $(dir)/hex-escape.c
libutil_modules := $(libutil_c_srcs:.c=.o)