X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.am;h=3d616d31161677055ae660f692665ae95ea7dba2;hb=53ceff2865473a6b561b521986fafd31a993a1a6;hp=e3b3952e99550d156c5b8644039011e6b45dba35;hpb=16aa47dbdde420fe82032f7d2e166fdf4e974df5;p=pspp diff --git a/src/Makefile.am b/src/Makefile.am index e3b3952e99..3d616d3116 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -72,6 +72,10 @@ pspp_SOURCES = \ algorithm.h \ alloc.c \ alloc.h \ + any-reader.c \ + any-reader.h \ + any-writer.c \ + any-writer.h \ apply-dict.c \ ascii.c \ autorecode.c \ @@ -82,6 +86,7 @@ pspp_SOURCES = \ case.h \ casefile.c \ casefile.h \ + casefile-test.c \ cat.c \ cat.h \ cat-routines.h \ @@ -190,8 +195,11 @@ pspp_SOURCES = \ random.h \ range-prs.c \ range-prs.h \ + readln.c \ + readln.h \ recode.c \ rename-vars.c \ + regression_export.h \ repeat.c \ repeat.h \ sample.c \ @@ -218,6 +226,12 @@ pspp_SOURCES = \ tab.c \ tab.h \ temporary.c \ + scratch-handle.c \ + scratch-handle.h \ + scratch-reader.c \ + scratch-reader.h \ + scratch-writer.c \ + scratch-writer.h \ mkfile.c \ mkfile.h \ title.c \