X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=glade%2Fautomake.mk;h=0d6363e3c13a9b4104049e370d195fa1d3d163c4;hb=86454c8ab63804d02cb4f08e8b5e45299b8eb810;hp=4bb87f1ab69f024d38af9daf92906f8baf0cb8d3;hpb=3ccf4f19ece6c4da5a2d13173c032011faf330b8;p=pspp diff --git a/glade/automake.mk b/glade/automake.mk index 4bb87f1ab6..0d6363e3c1 100644 --- a/glade/automake.mk +++ b/glade/automake.mk @@ -1,3 +1,19 @@ +# PSPP - a program for statistical analysis. +# Copyright (C) 2017 Free Software Foundation, Inc. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# ## Process this file with automake to produce Makefile.in -*- makefile -*- module_LTLIBRARIES = libglade-psppire.la @@ -21,8 +37,6 @@ libglade_psppire_la_SOURCES = \ src/ui/gui/psppire-conf.c \ src/ui/gui/psppire-acr.c \ src/ui/gui/psppire-buttonbox.c \ - src/ui/gui/psppire-hbuttonbox.c \ - src/ui/gui/psppire-vbuttonbox.c \ src/ui/gui/psppire-dialog.c \ src/ui/gui/psppire-keypad.c \ src/ui/gui/psppire-dictview.c \ @@ -39,16 +53,12 @@ dist_catalog_DATA = \ dist_small_pixmap_DATA = \ glade/icons/16x16/widget-psppire-psppire-acr.png \ - glade/icons/16x16/widget-psppire-psppire-hbuttonbox.png \ - glade/icons/16x16/widget-psppire-psppire-vbuttonbox.png \ glade/icons/16x16/widget-psppire-psppire-dialog.png \ glade/icons/16x16/widget-psppire-psppire-keypad.png \ glade/icons/16x16/widget-psppire-psppire-selector.png dist_large_pixmap_DATA = \ glade/icons/22x22/widget-psppire-psppire-acr.png \ - glade/icons/22x22/widget-psppire-psppire-hbuttonbox.png \ - glade/icons/22x22/widget-psppire-psppire-vbuttonbox.png \ glade/icons/22x22/widget-psppire-psppire-dialog.png \ glade/icons/22x22/widget-psppire-psppire-keypad.png \ glade/icons/22x22/widget-psppire-psppire-selector.png