mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
77205b2042
Separate platform-specific files will allow avoiding a lot of CPP.
12 lines
289 B
Makefile
12 lines
289 B
Makefile
libraries += libplugintest
|
|
|
|
libplugintest_DIR := $(d)
|
|
|
|
libplugintest_SOURCES := $(d)/plugintest.cc
|
|
|
|
libplugintest_ALLOW_UNDEFINED := 1
|
|
|
|
libplugintest_EXCLUDE_FROM_LIBRARY_LIST := 1
|
|
|
|
libplugintest_CXXFLAGS := $(INCLUDE_libutil) $(INCLUDE_libstore) $(INCLUDE_libexpr) $(INCLUDE_libfetchers)
|