Added the psppire data files to the make install target.
[pspp-builds.git] / src / ui / gui / automake.mk
index f802c776eaa012f0647b937d69efe448b1a6e40e..a01e113868fd27271d862efb2d934ec973d59ce6 100644 (file)
@@ -16,6 +16,12 @@ src_ui_gui_psppire_LDADD = \
         -lgl -L$(top_builddir)/gl    \
         @LIBINTL@ @LIBREADLINE@
 
+src_ui_gui_psppiredir = $(pkgdatadir)
+       
+src_ui_gui_psppire_DATA = \
+       $(top_srcdir)/src/ui/gui/psppire.glade \
+       $(top_srcdir)/src/ui/gui/psppicon.png \
+       $(top_srcdir)/src/ui/gui/pspplogo.png
 
 src_ui_gui_psppire_SOURCES = \
        src/ui/gui/customentry.c \
@@ -50,5 +56,3 @@ src_ui_gui_psppire_SOURCES = \
        src/ui/gui/var-type-dialog.c \
        src/ui/gui/var-type-dialog.h 
 
-
-