Move definition of UI_FILES out of HAVE_GUI.
[pspp-builds.git] / src / ui / gui / sheet / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 if HAVE_GUI
4 noinst_LTLIBRARIES += src/ui/gui/sheet/libsheet.la
5
6 src_ui_gui_sheet_libsheet_la_CFLAGS = $(GTK_CFLAGS)
7
8 src_ui_gui_sheet_libsheet_la_SOURCES = \
9         src/ui/gui/sheet/psppire-axis.c \
10         src/ui/gui/sheet/psppire-axis.h \
11         src/ui/gui/sheet/psppire-sheetmodel.c \
12         src/ui/gui/sheet/psppire-sheetmodel.h
13 endif