X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fautomake.mk;h=0200348656aa3cec6dba9b7b121a23c92a0d1830;hb=da08e8b9ea6bfa772b4daec4a944279267852515;hp=52cf9fe61a2c67537dbcc58dbba88902e4fcb4e7;hpb=65dea0d51ec33cbc614a3ec87b5aae28c86f005a;p=pspp diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 52cf9fe61a..0200348656 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -147,10 +147,6 @@ src_ui_gui_psppire_SOURCES = \ src/ui/gui/psppire-scanf.c \ src/ui/gui/psppire-scanf.h \ src/ui/gui/psppire-acr.c \ - src/ui/gui/autorecode-dialog.c \ - src/ui/gui/autorecode-dialog.h \ - src/ui/gui/aggregate-dialog.c \ - src/ui/gui/aggregate-dialog.h \ src/ui/gui/builder-wrapper.c \ src/ui/gui/builder-wrapper.h \ src/ui/gui/comments-dialog.c \ @@ -193,6 +189,10 @@ src_ui_gui_psppire_SOURCES = \ src/ui/gui/psppire-dialog.h \ src/ui/gui/psppire-dialog-action.c \ src/ui/gui/psppire-dialog-action.h \ + src/ui/gui/psppire-dialog-action-aggregate.c \ + src/ui/gui/psppire-dialog-action-aggregate.h \ + src/ui/gui/psppire-dialog-action-autorecode.c \ + src/ui/gui/psppire-dialog-action-autorecode.h \ src/ui/gui/psppire-dialog-action-1sks.c \ src/ui/gui/psppire-dialog-action-1sks.h \ src/ui/gui/psppire-dialog-action-barchart.c \ @@ -388,7 +388,7 @@ src/ui/gui/include/gtk/gtk.h: src/ui/gui/include/gtk/gtk.in.h @$(MKDIR_P) src/ui/gui/include/gtk $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + $(SED) -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_GTK_GTK_H''@|$(NEXT_GTK_GTK_H)|g' \