Index: trunk/psLib/pslib-config.in
===================================================================
--- trunk/psLib/pslib-config.in	(revision 4981)
+++ trunk/psLib/pslib-config.in	(revision 5025)
@@ -4,4 +4,5 @@
 exec_prefix=@exec_prefix@
 includedir=@includedir@
+top_srcdir=@ABS_SRCDIR@
 @PERL_INSTALLSYTLE@
 
@@ -17,4 +18,6 @@
   --libs		print library linking information
   --cflags		print pre-processor and compiler flags
+  --build-libs		print library linking information to the build (non-installed) version
+  --build-cflags	print pre-processor and compiler flags to the build (non-installed) version
   --help		display this help and exit
   --version		output version information
@@ -64,4 +67,12 @@
        	;;
 
+    --build-cflags)
+       	echo @SRCINC@ @PSLIB_CFLAGS@
+       	;;
+
+    --build-libs)
+       	echo -L@ABS_SRCDIR@/src/.libs -lpslib @PSLIB_LIBS@
+       	;;
+
     --deps)
        	echo @PSLIB_LIBS@
