summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2010-01-24 11:13:13 +1000
committerWayne Meissner <wmeissner@gmail.com>2010-01-24 11:13:13 +1000
commit2292e1d8b79b44f7860eb5e8cfc7b736ce1ec743 (patch)
treeb300b7b76fa5b35eadd98eeaedac39da9598b4f4
parent5c06940e40fd1ffd0bf62b7e58d38be45dc39e09 (diff)
downloadffi-2292e1d8b79b44f7860eb5e8cfc7b736ce1ec743.tar.gz
Add ClosurePool.[ch] to netbeans project
-rw-r--r--nbproject/configurations.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml
index 2781845..9b6d4fd 100644
--- a/nbproject/configurations.xml
+++ b/nbproject/configurations.xml
@@ -12,6 +12,8 @@
<itemPath>ext/ffi_c/Buffer.c</itemPath>
<itemPath>ext/ffi_c/Call.c</itemPath>
<itemPath>ext/ffi_c/Call.h</itemPath>
+ <itemPath>ext/ffi_c/ClosurePool.c</itemPath>
+ <itemPath>ext/ffi_c/ClosurePool.h</itemPath>
<itemPath>ext/ffi_c/DynamicLibrary.c</itemPath>
<itemPath>ext/ffi_c/DynamicLibrary.h</itemPath>
<itemPath>ext/ffi_c/Function.c</itemPath>