X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtk-contrib%2Fautomake.mk;fp=lib%2Fgtk-contrib%2Fautomake.mk;h=e28c4933cd83cdf2c5f7581911a14e2bc6a1a857;hb=83d072f018123f29af27a730a9ac2653ca67eea8;hp=e694d714cdb345b445dfb49978e26b1f4bccdf93;hpb=0fe886a656b0ee57b4d542b7c16b3c56288b6fc6;p=pspp diff --git a/lib/gtk-contrib/automake.mk b/lib/gtk-contrib/automake.mk index e694d714cd..e28c4933cd 100644 --- a/lib/gtk-contrib/automake.mk +++ b/lib/gtk-contrib/automake.mk @@ -1,14 +1,10 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -noinst_LIBRARIES += lib/gtk-contrib/libgtksheet.a +noinst_LIBRARIES += lib/gtk-contrib/libxpaned.a -lib_gtk_contrib_libgtksheet_a_CPPFLAGS = $(AM_CPPFLAGS) -Isrc/ui/gui/include -lib_gtk_contrib_libgtksheet_a_CFLAGS = $(GTK_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1 +lib_gtk_contrib_libxpaned_a_CFLAGS = $(GTK_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1 -lib_gtk_contrib_libgtksheet_a_SOURCES = \ - lib/gtk-contrib/gtkextra-sheet.h \ - lib/gtk-contrib/psppire-sheet.c \ - lib/gtk-contrib/psppire-sheet.h \ +lib_gtk_contrib_libxpaned_a_SOURCES = \ lib/gtk-contrib/gtkxpaned.c \ lib/gtk-contrib/gtkxpaned.h