mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +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
|
@ -36,9 +36,9 @@ GENERATE_LATEX = NO
|
|||
# so they can expand variables despite configure variables.
|
||||
|
||||
INPUT = \
|
||||
src/libutil \
|
||||
src/libexpr \
|
||||
src/libstore
|
||||
src/libutil/c \
|
||||
src/libexpr/c \
|
||||
src/libstore/c
|
||||
|
||||
FILE_PATTERNS = nix_api_*.h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue