forked from lix-project/lix
12 lines
179 B
Makefile
12 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
|