Index: trunk/pois/src/Makefile.am
===================================================================
--- trunk/pois/src/Makefile.am	(revision 5753)
+++ trunk/pois/src/Makefile.am	(revision 5782)
@@ -5,21 +5,12 @@
 pois_LDFLAGS = $(PSLIB_LIBS)
 
-include_HEADERS = pois.h poisErrorCodes.h
-lib_LTLIBRARIES = libpois.la
+noinst_HEADERS = pois.h poisErrorCodes.h
 bin_PROGRAMS = pois
 
-pois_LDADD = libpois.la
-pois_SOURCES = \
-	pois.c
-
-#
-# Build a library
-#
 BUILT_SOURCES = \
 	poisErrorCodes.h errorCodes.c
 
-libpois_la_LDFLAGS = $(AM_LDFLAGS) -release $(PACKAGE_VERSION)
-libpois_la_SOURCES = \
-	pois.h \
+pois_SOURCES = \
+	pois.c \
 	poisAddPenalty.c \
 	poisCalculateDeviations.c \
@@ -48,4 +39,12 @@
 	$(PERL) parseErrorCodes.pl --data=errorCodes.dat --outfile=errorCodes.c \
 			errorCodes-skl.c
+
+EXTRA_DIST = \
+	parseErrorCodes.pl \
+	errorCodes.dat \
+	errorCodes-skl.h \
+	errorCodes-skl.c \
+	poisErrorCodes.h
+
 #
 # test program
