summaryrefslogtreecommitdiff
path: root/libhashkit-1.0
diff options
context:
space:
mode:
Diffstat (limited to 'libhashkit-1.0')
-rw-r--r--libhashkit-1.0/hashkit.hpp2
-rw-r--r--libhashkit-1.0/include.am3
2 files changed, 4 insertions, 1 deletions
diff --git a/libhashkit-1.0/hashkit.hpp b/libhashkit-1.0/hashkit.hpp
index 7ead63d0..a865bf96 100644
--- a/libhashkit-1.0/hashkit.hpp
+++ b/libhashkit-1.0/hashkit.hpp
@@ -37,7 +37,7 @@
#pragma once
-#include <libhashkit/hashkit.h>
+#include <libhashkit-1.0/hashkit.h>
#include <string>
class Hashkit {
diff --git a/libhashkit-1.0/include.am b/libhashkit-1.0/include.am
index b9f7da0d..905e38fa 100644
--- a/libhashkit-1.0/include.am
+++ b/libhashkit-1.0/include.am
@@ -3,6 +3,9 @@
# All paths should be given relative to the root
#
+EXTRA_DIST+= \
+ libhashkit-1.0/configure.h.in
+
nobase_include_HEADERS+= \
libhashkit-1.0/algorithm.h \
libhashkit-1.0/behavior.h \