mirror of
https://github.com/NixOS/nix.git
synced 2025-12-09 18:41:03 +01:00
All plugins in plugin-files will be dlopened, allowing them to statically construct instances of the various Register* types Nix supports.
9 lines
166 B
Makefile
9 lines
166 B
Makefile
libraries += plugintest
|
|
|
|
plugintest_DIR := $(d)
|
|
|
|
plugintest_SOURCES := $(d)/plugintest.cc
|
|
|
|
plugintest_ALLOW_UNDEFINED := 1
|
|
|
|
plugintest_EXCLUDE_FROM_LIBRARY_LIST := 1
|