summaryrefslogtreecommitdiff
path: root/cpp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/Makefile.am')
-rw-r--r--cpp/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am
index 42d6d2a..0923362 100644
--- a/cpp/Makefile.am
+++ b/cpp/Makefile.am
@@ -25,7 +25,9 @@ nobase_include_HEADERS = \
msgpack/type/string.hpp \
msgpack/type/vector.hpp \
msgpack/type/tuple.hpp \
- msgpack/type/define.hpp
+ msgpack/type/define.hpp \
+ msgpack/type/tr1/unordered_map.hpp \
+ msgpack/type/tr1/unordered_set.hpp
libmsgpack_la_LIBADD = -L../c -lmsgpackc