Fix minor build issues.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 6 Feb 2009 09:55:54 +0000 (18:55 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 6 Feb 2009 09:55:54 +0000 (18:55 +0900)
Remove dependence on lib/misc which no longer exists.
Add new file src/math/wilcoxon-sig.[ch] to makefile.

src/language/automake.mk
src/math/automake.mk

index a62351630006b508238ddb28b8bea2fb77c878cb..4210b7fce45f8f05153f9fd4bd2cd28881255b01 100644 (file)
@@ -14,7 +14,6 @@ noinst_LTLIBRARIES +=  src/language/liblanguage.la
 
 
 src_language_liblanguage_la_LIBADD = \
-       lib/misc/libmisc.la \
        src/output/charts/libcharts.la
 
 src_language_liblanguage_la_SOURCES = \
index e463088779f385fa0b58ccc7edc6ba720c1bddc8..cadfb90079ebf429083edede4d7cfbb9ec4a8f8f 100644 (file)
@@ -32,4 +32,5 @@ src_math_libpspp_math_la_SOURCES = \
         src/math/statistic.h \
        src/math/sort.c src/math/sort.h \
        src/math/trimmed-mean.c src/math/trimmed-mean.h \
-       src/math/tukey-hinges.c src/math/tukey-hinges.h 
+       src/math/tukey-hinges.c src/math/tukey-hinges.h \
+       src/math/wilcoxon-sig.c src/math/wilcoxon-sig.h