Include gtk-builder-convert to process .glade files
[pspp-builds.git] / src / ui / gui / automake.mk
index 5e4bceb2500aa9c16a8676dcdbe5f3177a9074be..9246b79fa99d2136322dd69667e52dbe1ec17b41 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 \
@@ -247,12 +249,18 @@ src/ui/gui/psppire-marshal.h: src/ui/gui/marshaller-list
        glib-genmarshal --header --prefix=psppire_marshal $< > $@
 
 .glade.ui:
-       gtk-builder-convert $< $@
+       $(top_srcdir)/lib/gtk-contrib/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)
+
+