# Changes the dht-pex-static_map.diff or rather applies the Makefile.am
# patches where the patch file by Josef does not work anymore. Works with
# revision 1117
Index: libtorrent/src/torrent/Makefile.am
===================================================================
--- libtorrent/src/torrent/Makefile.am	(revision 1105)
+++ libtorrent/src/torrent/Makefile.am	(working copy)
@@ -41,6 +41,9 @@
 	rate.h \
 	resume.cc \
 	resume.h \
+	simple_string.h \
+	static_map.cc \
+	static_map.h \
 	thread_base.cc \
 	thread_base.h \
 	torrent.cc \
@@ -76,6 +77,8 @@
 	poll_select.h \
 	rate.h \
 	resume.h \
+	simple_string.h \
+	static_map.h \
 	thread_base.h \
 	torrent.h \
 	tracker.h \

