forked from lix-project/lix
5a1114ecdb
Instead, libexpr now depends on libgc. This means commands like nix-store that don't do any evaluation no longer require libgc.
8 lines
118 B
Makefile
8 lines
118 B
Makefile
LIBS += libmain
|
|
|
|
libmain_DIR := $(d)
|
|
|
|
libmain_SOURCES = shared.cc stack.cc
|
|
|
|
libmain_LIBS = libstore libutil libformat
|