diff options
Diffstat (limited to 'src/libutil/Makefile.new')
-rw-r--r-- | src/libutil/Makefile.new | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/Makefile.new b/src/libutil/Makefile.new index 7871a4ddb8c8..b7dbf7d1d21e 100644 --- a/src/libutil/Makefile.new +++ b/src/libutil/Makefile.new @@ -5,9 +5,9 @@ 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) + libutil_LDFLAGS = $(OPENSSL_LIBS) else -libutil_SOURCES += md5.c sha1.c sha256.c + libutil_SOURCES += md5.c sha1.c sha256.c endif libutil_LIBS = src/boost/format/libformat |