X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.am;h=e3b3952e99550d156c5b8644039011e6b45dba35;hb=012b055f5f7b4ddd2a608e64c53eaae101b5634e;hp=7a52f2b10b3bb8705e7e3fa78f489e42b5eace8a;hpb=ad01fea350354a7df11790a561e935a8bffd3636;p=pspp diff --git a/src/Makefile.am b/src/Makefile.am index 7a52f2b10b..e3b3952e99 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -84,6 +84,7 @@ pspp_SOURCES = \ casefile.h \ cat.c \ cat.h \ + cat-routines.h \ chart.c \ chart.h \ ctl-stack.c \ @@ -105,8 +106,8 @@ pspp_SOURCES = \ date.c \ debug-print.h \ descript.c \ - devind.c \ - devind.h \ + design-matrix.h \ + design-matrix.c \ dfm-read.c \ dfm-read.h \ dfm-write.c \ @@ -157,7 +158,6 @@ pspp_SOURCES = \ levene.h \ linked-list.c \ linked-list.h \ - log.h \ loop.c \ magic.c \ magic.h \ @@ -186,6 +186,8 @@ pspp_SOURCES = \ pool.h \ postscript.c \ print.c \ + random.c \ + random.h \ range-prs.c \ range-prs.h \ recode.c \ @@ -194,6 +196,7 @@ pspp_SOURCES = \ repeat.h \ sample.c \ sel-if.c \ + settings.c \ settings.h \ sfm-read.c \ sfm-read.h \