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

12 lines
273 B
Makefile
Raw Normal View History

2018-02-13 12:49:14 -05:00
libraries += libplugintest
2018-02-13 12:49:14 -05:00
libplugintest_DIR := $(d)
2018-02-13 12:49:14 -05:00
libplugintest_SOURCES := $(d)/plugintest.cc
2018-02-13 12:49:14 -05:00
libplugintest_ALLOW_UNDEFINED := 1
2018-02-13 12:49:14 -05:00
libplugintest_EXCLUDE_FROM_LIBRARY_LIST := 1
libplugintest_CXXFLAGS := -I src/libutil -I src/libstore -I src/libexpr -I src/libfetchers