1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-11 03:21:03 +01:00

Rename Makefile.new -> Makefile

This commit is contained in:
Eelco Dolstra 2013-11-25 15:25:13 +00:00
parent 962551a071
commit 7ce0e05ad8
18 changed files with 20 additions and 22 deletions

15
src/libutil/Makefile Normal file
View file

@ -0,0 +1,15 @@
LIBS += libutil
libutil_NAME = libnixutil
libutil_DIR := $(d)
libutil_SOURCES = util.cc hash.cc serialise.cc archive.cc xml-writer.cc affinity.cc
ifeq ($(HAVE_OPENSSL), 1)
libutil_LDFLAGS = $(OPENSSL_LIBS)
else
libutil_SOURCES += md5.c sha1.c sha256.c
endif
libutil_LIBS = libformat