diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-04-14T12·49+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-04-14T12·49+0000 |
commit | 816dd3f0612111718c338842283c1ee6577b9f0a (patch) | |
tree | 1623434b515acb2803985c9cd6808b397dacda38 /src/libutil/Makefile.am | |
parent | 011b5da0f46e9796fc68bc5daf5fe4dd4b57f933 (diff) |
* Remove more obsolete code.
Diffstat (limited to 'src/libutil/Makefile.am')
-rw-r--r-- | src/libutil/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/Makefile.am b/src/libutil/Makefile.am index bd0996543344..55135e3736c0 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -1,12 +1,12 @@ pkglib_LTLIBRARIES = libutil.la libutil_la_SOURCES = util.cc hash.cc serialise.cc \ - archive.cc aterm.cc aterm-map.cc xml-writer.cc + archive.cc aterm.cc xml-writer.cc libutil_la_LIBADD = ../boost/format/libformat.la pkginclude_HEADERS = util.hh hash.hh serialise.hh \ - archive.hh aterm.hh aterm-map.hh xml-writer.hh types.hh + archive.hh aterm.hh xml-writer.hh types.hh if !HAVE_OPENSSL libutil_la_SOURCES += \ |