X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fautomake.mk;h=75ca28a7133229054de674edd3e347ab9f2d3f6d;hb=f775feb2cd46a56d926cfe176e4761650bb7e692;hp=8de1f910361175c03da27818a5c1cae92aa630a5;hpb=1e1ba20c8497dc8b354da0b84d61580cf1ca86ec;p=pspp diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 8de1f91036..75ca28a713 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -96,7 +96,9 @@ install-icons: $(MKDIR_P) $(themedir)/$$size/apps ; \ $(INSTALL_DATA) $(top_srcdir)/src/ui/gui/app-icons/$$size/pspp.png $(themedir)/$$size/apps ; \ done - gtk-update-icon-cache --ignore-theme-index $(themedir) + if test -z "$(DESTDIR)" ; then \ + gtk-update-icon-cache --ignore-theme-index $(themedir); \ + fi INSTALL_DATA_HOOKS += install-icons install-lang @@ -168,8 +170,6 @@ src_ui_gui_psppire_SOURCES = \ src/ui/gui/dict-display.c \ src/ui/gui/entry-dialog.c \ src/ui/gui/entry-dialog.h \ - src/ui/gui/examine-dialog.c \ - src/ui/gui/examine-dialog.h \ src/ui/gui/executor.c \ src/ui/gui/executor.h \ src/ui/gui/find-dialog.c \ @@ -214,6 +214,8 @@ src_ui_gui_psppire_SOURCES = \ src/ui/gui/psppire-dialog-action-correlation.h \ src/ui/gui/psppire-dialog-action-descriptives.c \ src/ui/gui/psppire-dialog-action-descriptives.h \ + src/ui/gui/psppire-dialog-action-examine.c \ + src/ui/gui/psppire-dialog-action-examine.h \ src/ui/gui/psppire-dialog-action-kmeans.c \ src/ui/gui/psppire-dialog-action-kmeans.h \ src/ui/gui/psppire-dialog-action-means.c \