diff options
Diffstat (limited to 'src/libutil/Makefile.new')
-rw-r--r-- | src/libutil/Makefile.new | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/Makefile.new b/src/libutil/Makefile.new index 59670d2ce0b0..b604c0078709 100644 --- a/src/libutil/Makefile.new +++ b/src/libutil/Makefile.new @@ -1,5 +1,7 @@ LIBS += libutil +libutil_NAME = libnixutil + libutil_DIR := $(d) libutil_SOURCES = util.cc hash.cc serialise.cc archive.cc xml-writer.cc affinity.cc |