From 0e267e2625dba2c771996bcf537d1ebb6956ba58 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 3 Aug 2006 14:49:57 +0000 Subject: * `nix-instantiate --print-args': produce XML output so that the result can be used more easily by scripts. --- src/libutil/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libutil/Makefile.am') diff --git a/src/libutil/Makefile.am b/src/libutil/Makefile.am index 8fab0c5b0..513d8ecf5 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -2,7 +2,8 @@ lib_LTLIBRARIES = libutil.la libutil_la_SOURCES = util.cc util.hh hash.cc hash.hh \ archive.cc archive.hh aterm.cc aterm.hh \ - aterm-map.cc aterm-map.hh + aterm-map.cc aterm-map.hh \ + xml-writer.cc xml-writer.hh if !HAVE_OPENSSL libutil_la_SOURCES += \ -- cgit v1.2.3