mirror of
https://github.com/NixOS/nix
synced 2025-07-06 05:01:48 +02:00
C API: move to src/lib*/c/
This commit is contained in:
parent
df9401eb4e
commit
e642bbc2a7
22 changed files with 78 additions and 5 deletions
15
src/libutil/c/local.mk
Normal file
15
src/libutil/c/local.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
libraries += libutilc
|
||||
|
||||
libutilc_NAME = libnixutilc
|
||||
|
||||
libutilc_DIR := $(d)
|
||||
|
||||
libutilc_SOURCES := $(wildcard $(d)/*.cc)
|
||||
|
||||
libutilc_CXXFLAGS += -I src/libutil
|
||||
|
||||
libutilc_LIBS = libutil
|
||||
|
||||
libutilc_LDFLAGS += -pthread
|
||||
|
||||
libutilc_FORCE_INSTALL := 1
|
Loading…
Add table
Add a link
Reference in a new issue