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

12 lines
274 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)
2019-12-07 10:35:14 -05:00
libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) $(LIBARCHIVE_LIBS) $(BOOST_LDFLAGS) -lboost_context
2019-09-11 07:10:46 -04:00
libutil_LIBS = libnixrust