Moved the casefile test code to its own file.
[pspp] / src / Makefile.am
index b9b09d57f20248bd91d6961f7595373f75188338..3d616d31161677055ae660f692665ae95ea7dba2 100644 (file)
@@ -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                          \
@@ -194,6 +199,7 @@ pspp_SOURCES =                                      \
        readln.h                                \
        recode.c                                \
        rename-vars.c                           \
+       regression_export.h                     \
        repeat.c                                \
        repeat.h                                \
        sample.c                                \
@@ -220,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                                 \