Index: branches/rel5/psModules/.cvsignore
===================================================================
--- branches/rel5/psModules/.cvsignore	(revision 3639)
+++ branches/rel5/psModules/.cvsignore	(revision 3640)
@@ -7,3 +7,8 @@
 aclocal.m4
 configure
-
+Doxyfile
+DoxygenLog
+docs
+man
+psmodule-config
+psmodule.pc
Index: branches/rel5/psModules/psmodule.pc.in
===================================================================
--- branches/rel5/psModules/psmodule.pc.in	(revision 3640)
+++ branches/rel5/psModules/psmodule.pc.in	(revision 3640)
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: psLib
+Description: Pan-STARRS Library
+Version: @VERSION@
+Libs: -L@libdir@ -lpsmodule @LDFALGS@
+Cflags: @CFLAGS@
