1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src/libutil/local.mk

10 lines
228 B
Makefile
Raw Normal View History

2014-02-01 06:23:14 -05:00
libraries += libutil
libutil_NAME = libnixutil
libutil_DIR := $(d)
2014-01-09 10:53:47 -05:00
libutil_SOURCES := $(wildcard $(d)/*.cc)
libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) $(BOOST_LDFLAGS) -lboost_context