about summary refs log blame commit diff
path: root/src/libutil/Makefile.new
blob: 7871a4ddb8c884bf6a3504ee816082858dead5b1 (plain) (tree)
1
2
3
4
5
6
7
8
9

               
                   
 
                                                                                   
 


                                 

                                        

                                         
LIBS += libutil

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 = src/boost/format/libformat