A new kind of error: PThread errors.  Used to report detected misuse in
the pthread_* API.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@379 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 03cc0da..8db9b73 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -87,6 +87,9 @@
 vg_clientfuncs.o: vg_clientfuncs.c $(MANUAL_DEPS)
 	$(COMPILE) -fno-omit-frame-pointer -c $<
 
+vg_libpthread.o: vg_libpthread.c $(MANUAL_DEPS)
+	$(COMPILE) -fno-omit-frame-pointer -c $<
+
 valgrind.so$(EXEEXT): $(valgrind_so_OBJECTS)
 	$(CC) $(CFLAGS) $(LDFLAGS) -shared -o valgrind.so \
 		$(valgrind_so_OBJECTS) $(valgrind_so_LDADD)