X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtk-contrib%2Fautomake.mk;h=dd7d89fb8868edfa6681f27bb89727a40b6b09e4;hb=83239cbb53294662025d5ee957d7e24e5feb66a9;hp=e694d714cdb345b445dfb49978e26b1f4bccdf93;hpb=2c164bdb08c957d54c0d8df988dd5ed518c9e5af;p=pspp diff --git a/lib/gtk-contrib/automake.mk b/lib/gtk-contrib/automake.mk index e694d714cd..dd7d89fb88 100644 --- a/lib/gtk-contrib/automake.mk +++ b/lib/gtk-contrib/automake.mk @@ -1,17 +1,14 @@ ## 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 -EXTRA_DIST += lib/gtk-contrib/OChangeLog \ - lib/gtk-contrib/README +EXTRA_DIST += \ + lib/gtk-contrib/README \ + lib/gtk-contrib/COPYING.LESSER