Improve behaviour of recent file lists.
[pspp-builds.git] / src / ui / gui / automake.mk
index 5e4bceb2500aa9c16a8676dcdbe5f3177a9074be..838a773ac4d68cb1f8d55d6a489cfe412a3f48f8 100644 (file)
@@ -137,6 +137,8 @@ src_ui_gui_psppire_SOURCES = \
        src/ui/gui/psppire.h \
        src/ui/gui/psppire-acr.h \
        src/ui/gui/psppire-buttonbox.h \
+       src/ui/gui/psppire-conf.c \
+       src/ui/gui/psppire-conf.h \
        src/ui/gui/psppire-data-editor.c \
        src/ui/gui/psppire-data-editor.h \
        src/ui/gui/psppire-data-store.c \
@@ -249,10 +251,16 @@ src/ui/gui/psppire-marshal.h: src/ui/gui/marshaller-list
 .glade.ui:
        gtk-builder-convert $< $@
 
+desktopdir = $(datadir)/applications
+desktop_DATA = src/ui/gui/pspp.desktop
+
 EXTRA_DIST += src/ui/gui/OChangeLog\
        src/ui/gui/psppicon.png \
-       src/ui/gui/marshaller-list
+       src/ui/gui/marshaller-list \
+       $(desktop_DATA)
 
 BUILT_SOURCES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h
 CLEANFILES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h \
        $(nodist_src_ui_gui_psppire_DATA)
+
+