about summary refs log blame commit diff
path: root/src/libutil/local.mk
blob: 21c1e78ccde1c245b14fbc7ed99ddbc4adb611b1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
 

                         
                   
 
                                        
 
                                                                                                  
 
                        
libraries += libutil

libutil_NAME = libnixutil

libutil_DIR := $(d)

libutil_SOURCES := $(wildcard $(d)/*.cc)

libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) -lboost_context

libutil_LIBS = libformat