Index: trunk/psLib/src/Makefile.am
===================================================================
--- trunk/psLib/src/Makefile.am	(revision 3120)
+++ trunk/psLib/src/Makefile.am	(revision 3122)
@@ -27,2 +27,7 @@
 
 EXTRA_DIST = parseErrorCodes.pl mainpage.dox Doxyfile psErrorCodes.dat psTest.h
+
+pslibincludedir = $(includedir)
+pslibinclude_HEADERS = \
+	psTest.h \
+	pslib.h
Index: trunk/psLib/src/astronomy/Makefile.am
===================================================================
--- trunk/psLib/src/astronomy/Makefile.am	(revision 3120)
+++ trunk/psLib/src/astronomy/Makefile.am	(revision 3122)
@@ -27,5 +27,5 @@
 	perl $(top_srcdir)/src/parseErrorCodes.pl --data=$? $@
 
-pslibincludedir = $(includedir)/pslib
+pslibincludedir = $(includedir)
 pslibinclude_HEADERS = \
 	psTime.h \
Index: trunk/psLib/src/collections/Makefile.am
===================================================================
--- trunk/psLib/src/collections/Makefile.am	(revision 3120)
+++ trunk/psLib/src/collections/Makefile.am	(revision 3122)
@@ -26,5 +26,5 @@
 	perl $(top_srcdir)/src/parseErrorCodes.pl --data=$? $@
 
-pslibincludedir = $(includedir)/pslib
+pslibincludedir = $(includedir)
 pslibinclude_HEADERS = \
 	psBitSet.h \
Index: trunk/psLib/src/dataIO/Makefile.am
===================================================================
--- trunk/psLib/src/dataIO/Makefile.am	(revision 3120)
+++ trunk/psLib/src/dataIO/Makefile.am	(revision 3122)
@@ -21,5 +21,5 @@
 	perl $(top_srcdir)/src/parseErrorCodes.pl --data=$? $@
 
-pslibincludedir = $(includedir)/pslib
+pslibincludedir = $(includedir)
 pslibinclude_HEADERS = \
 	psLookupTable.h \
Index: trunk/psLib/src/dataManip/Makefile.am
===================================================================
--- trunk/psLib/src/dataManip/Makefile.am	(revision 3120)
+++ trunk/psLib/src/dataManip/Makefile.am	(revision 3122)
@@ -26,5 +26,5 @@
 	perl $(top_srcdir)/src/parseErrorCodes.pl --data=$? $@
 
-pslibincludedir = $(includedir)/pslib
+pslibincludedir = $(includedir)
 pslibinclude_HEADERS = \
 	psConstants.h \
Index: trunk/psLib/src/fileUtils/Makefile.am
===================================================================
--- trunk/psLib/src/fileUtils/Makefile.am	(revision 3120)
+++ trunk/psLib/src/fileUtils/Makefile.am	(revision 3122)
@@ -21,5 +21,5 @@
 	perl $(top_srcdir)/src/parseErrorCodes.pl --data=$? $@
 
-pslibincludedir = $(includedir)/pslib
+pslibincludedir = $(includedir)
 pslibinclude_HEADERS = \
 	psLookupTable.h \
Index: trunk/psLib/src/image/Makefile.am
===================================================================
--- trunk/psLib/src/image/Makefile.am	(revision 3120)
+++ trunk/psLib/src/image/Makefile.am	(revision 3122)
@@ -26,5 +26,5 @@
 	perl $(top_srcdir)/src/parseErrorCodes.pl --data=$? $@
 
-pslibincludedir = $(includedir)/pslib
+pslibincludedir = $(includedir)
 pslibinclude_HEADERS = \
 	psImage.h \
Index: trunk/psLib/src/sysUtils/Makefile.am
===================================================================
--- trunk/psLib/src/sysUtils/Makefile.am	(revision 3120)
+++ trunk/psLib/src/sysUtils/Makefile.am	(revision 3122)
@@ -27,5 +27,5 @@
 	perl $(top_srcdir)/src/parseErrorCodes.pl --data=$? $@
 
-pslibincludedir = $(includedir)/pslib
+pslibincludedir = $(includedir)
 pslibinclude_HEADERS = \
 	psType.h       \
