mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
11 lines
179 B
Makefile
11 lines
179 B
Makefile
libraries += libutil
|
|
|
|
libutil_NAME = libnixutil
|
|
|
|
libutil_DIR := $(d)
|
|
|
|
libutil_SOURCES := $(wildcard $(d)/*.cc)
|
|
|
|
libutil_LDFLAGS = -llzma $(OPENSSL_LIBS)
|
|
|
|
libutil_LIBS = libformat
|