From 75068e7d753cf6cbe45a4bf294000dca9bd41d8b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Sep 2006 21:06:23 +0000 Subject: * Use a proper namespace. * Optimise header file usage a bit. * Compile the parser as C++. --- 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 7798ac2bb1ca..dc514d55fa1b 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -3,7 +3,8 @@ pkglib_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 \ - xml-writer.cc xml-writer.hh + xml-writer.cc xml-writer.hh \ + types.hh if !HAVE_OPENSSL libutil_la_SOURCES += \ -- cgit 1.4.1