changeset 26:18eaae41bde3

make distcheck now works
author Robert McIntyre <rlm@mit.edu>
date Sun, 04 Mar 2012 18:30:06 -0600
parents bacd824b9e27
children b970226568d2
files configure.ac src/Makefile.am src/SFMT/Makefile.am
diffstat 3 files changed, 23 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/configure.ac	Sun Mar 04 18:02:08 2012 -0600
     1.2 +++ b/configure.ac	Sun Mar 04 18:30:06 2012 -0600
     1.3 @@ -60,7 +60,8 @@
     1.4                   src/lua/Makefile
     1.5  		 src/gb/Makefile
     1.6  		 src/gba/Makefile
     1.7 -		 src/common/Makefile])
     1.8 +		 src/common/Makefile
     1.9 +		 src/SFMT/Makefile])
    1.10  
    1.11  
    1.12  
     2.1 --- a/src/Makefile.am	Sun Mar 04 18:02:08 2012 -0600
     2.2 +++ b/src/Makefile.am	Sun Mar 04 18:30:06 2012 -0600
     2.3 @@ -1,1 +1,3 @@
     2.4 -SUBDIRS = lua gb gba common
     2.5 +SUBDIRS = SFMT lua gb gba common
     2.6 +
     2.7 +noinst_HEADERS = Port.h NLS.h
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/src/SFMT/Makefile.am	Sun Mar 04 18:30:06 2012 -0600
     3.3 @@ -0,0 +1,18 @@
     3.4 +dist_noinst_DATA = LICENSE.txt README.txt CHANGE-LOG.txt
     3.5 +
     3.6 +noinst_HEADERS =  \
     3.7 +	SFMT.c			\
     3.8 +	SFMT.h			\
     3.9 +	SFMT-alti.h		\
    3.10 +	SFMT-params11213.h	\
    3.11 +	SFMT-params1279.h	\
    3.12 +	SFMT-params132049.h	\
    3.13 +	SFMT-params19937.h	\
    3.14 +	SFMT-params216091.h	\
    3.15 +	SFMT-params2281.h	\
    3.16 +	SFMT-params4253.h	\
    3.17 +	SFMT-params44497.h	\
    3.18 +	SFMT-params607.h	\
    3.19 +	SFMT-params86243.h	\
    3.20 +	SFMT-params.h		\
    3.21 +	SFMT-sse2.h