Index: /trunk/psLib/Makefile.am
===================================================================
--- /trunk/psLib/Makefile.am	(revision 3152)
+++ /trunk/psLib/Makefile.am	(revision 3153)
@@ -1,3 +1,3 @@
-SUBDIRS = src test swig
+SUBDIRS = src config test swig
 
 bin_SCRIPTS = pslib-config
Index: /trunk/psLib/configure.in
===================================================================
--- /trunk/psLib/configure.in	(revision 3152)
+++ /trunk/psLib/configure.in	(revision 3153)
@@ -158,4 +158,5 @@
 AC_CONFIG_FILES([ test/image/Makefile ])
 AC_CONFIG_FILES([ test/sysUtils/Makefile ])
+AC_CONFIG_FILES([ config/Makefile ])
 AC_CONFIG_FILES([ pslib-config ])
 AC_CONFIG_FILES([ pslib.pc ])
Index: /trunk/psLib/src/config.h.in
===================================================================
--- /trunk/psLib/src/config.h.in	(revision 3152)
+++ /trunk/psLib/src/config.h.in	(revision 3153)
@@ -75,19 +75,4 @@
 #undef PACKAGE_VERSION
 
-/* The size of a `char', as computed by sizeof. */
-#undef SIZEOF_CHAR
-
-/* The size of a `int', as computed by sizeof. */
-#undef SIZEOF_INT
-
-/* The size of a `long', as computed by sizeof. */
-#undef SIZEOF_LONG
-
-/* The size of a `long long', as computed by sizeof. */
-#undef SIZEOF_LONG_LONG
-
-/* The size of a `short', as computed by sizeof. */
-#undef SIZEOF_SHORT
-
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
