aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.rs4
-rw-r--r--include/tests_wrapper.h (renamed from tests_wrapper.h)0
-rw-r--r--include/wrapper.h (renamed from wrapper.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index 8e63373..7983299 100644
--- a/build.rs
+++ b/build.rs
@@ -12,9 +12,9 @@ use std::fs::File;
use std::io::Write;
use std::path::PathBuf;
-const SYS_HEADER_FILE: &str = "wrapper.h";
+const SYS_HEADER_FILE: &str = "include/wrapper.h";
const SYS_BINDINGS_FILE: &str = "src/sys.rs";
-const TESTS_HEADER_FILE: &str = "tests_wrapper.h";
+const TESTS_HEADER_FILE: &str = "include/tests_wrapper.h";
const TESTS_BINDINGS_FILE: &str = "tests/sys.rs";
const MIN_LIBNFTNL_VERSION: &str = "1.0.6";
const MIN_LIBMNL_VERSION: &str = "1.0.0";
diff --git a/tests_wrapper.h b/include/tests_wrapper.h
index 8f976e8..8f976e8 100644
--- a/tests_wrapper.h
+++ b/include/tests_wrapper.h
diff --git a/wrapper.h b/include/wrapper.h
index e6eb221..e6eb221 100644
--- a/wrapper.h
+++ b/include/wrapper.h