X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.am;h=3d616d31161677055ae660f692665ae95ea7dba2;hb=92fb12eb06716d14c05b781f5d9dcde956d77c30;hp=72731c98c7b2e5df7f3f9e2fff1165a0ecfac87b;hpb=f474cf35ed7d1a6374f187fb6ea4a32e00d0fa44;p=pspp diff --git a/src/Makefile.am b/src/Makefile.am index 72731c98c7..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 \ @@ -221,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 \