Index: /trunk/archive/pslib/src/Makefile
===================================================================
--- /trunk/archive/pslib/src/Makefile	(revision 199)
+++ /trunk/archive/pslib/src/Makefile	(revision 200)
@@ -18,4 +18,13 @@
 	etags `find . -name \*.[ch] -print`
 #
+# `Our' .h files
+#
+HFILES = psArray.h psDlist.h psHash.h psLogMsg.h psMemory.h psMisc.h psTrace.h
+
+check :
+	../Utilities/bin/check-namespace `find Utils Metadata ../PSLib -name *.[ao] -print` \
+		`find . -name \*.h -print` \
+		`echo $(HFILES) | perl -pe 's:(^| ): ../PSLib/include/:g;'`
+#
 clean :
 	$(RM) $(PROGS) *.o *.a *.log *.dvi *.aux *.toc *.log *.out *~ core TAGS
