diff options
author | midipix <writeonce@midipix.org> | 2018-05-04 20:26:39 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-05-07 01:27:03 -0400 |
commit | b92a12fc14551f51f02a68fdf6c0265a758f1c15 (patch) | |
tree | 39647c9e41f6fa6cc40f480ce3d129e1b744802e /project | |
parent | 0e25b018afe1d358f8734205c2b42e1eb045ccb6 (diff) | |
download | ntapi-b92a12fc14551f51f02a68fdf6c0265a758f1c15.tar.bz2 ntapi-b92a12fc14551f51f02a68fdf6c0265a758f1c15.tar.xz |
subsystem interfaces: integrated advisory file locking definitions.
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index a89457b..a8fe79c 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -2,6 +2,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_abi.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_api.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_acl.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/./nt_afl.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_argv.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_atom.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_atomic.h \ |