Added an implementation of the Chi-Square dialog box
[pspp-builds.git] / src / ui / gui / automake.mk
index 263e621b77b06f0cb23fde2c42f2ae3444154d6e..189c3f254136968c44efcbf95643c48ad3e8daf9 100644 (file)
@@ -5,6 +5,7 @@ include $(top_srcdir)/src/ui/gui/sheet/automake.mk
 UI_FILES = \
        src/ui/gui/correlation.ui \
        src/ui/gui/crosstabs.ui \
+       src/ui/gui/chi-square.ui \
        src/ui/gui/descriptives.ui \
        src/ui/gui/examine.ui \
        src/ui/gui/factor.ui \
@@ -117,6 +118,8 @@ src_ui_gui_psppire_SOURCES = \
        src/ui/gui/comments-dialog.h \
        src/ui/gui/compute-dialog.c \
        src/ui/gui/compute-dialog.h \
+       src/ui/gui/chi-square-dialog.c \
+       src/ui/gui/chi-square-dialog.h \
        src/ui/gui/correlation-dialog.c \
        src/ui/gui/correlation-dialog.h \
        src/ui/gui/crosstabs-dialog.c \