about summary refs log tree commit diff
path: root/src/libutil/local.mk
blob: 21c1e78ccde1c245b14fbc7ed99ddbc4adb611b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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