X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsheet%2Fautomake.mk;h=1043a5736b2f0defb62347befc6fe669dc441d1b;hb=0fe886a656b0ee57b4d542b7c16b3c56288b6fc6;hp=640f02e09a0c8c4391a18989ffe5d396750f23f0;hpb=ffce2432a76f3ffbe2a19228d3b3d03613c3b4a3;p=pspp diff --git a/src/ui/gui/sheet/automake.mk b/src/ui/gui/sheet/automake.mk index 640f02e09a..1043a5736b 100644 --- a/src/ui/gui/sheet/automake.mk +++ b/src/ui/gui/sheet/automake.mk @@ -1,5 +1,6 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- +if HAVE_GUI noinst_LTLIBRARIES += src/ui/gui/sheet/libsheet.la src_ui_gui_sheet_libsheet_la_CFLAGS = $(GTK_CFLAGS) @@ -7,8 +8,6 @@ src_ui_gui_sheet_libsheet_la_CFLAGS = $(GTK_CFLAGS) src_ui_gui_sheet_libsheet_la_SOURCES = \ src/ui/gui/sheet/psppire-axis.c \ src/ui/gui/sheet/psppire-axis.h \ - src/ui/gui/sheet/psppire-axis-impl.c \ - src/ui/gui/sheet/psppire-axis-impl.h \ src/ui/gui/sheet/psppire-sheetmodel.c \ src/ui/gui/sheet/psppire-sheetmodel.h - +endif