Merge commit 'origin/stable'
[pspp-builds.git] / src / ui / gui / sheet / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 noinst_LTLIBRARIES += src/ui/gui/sheet/libsheet.la
4
5 src_ui_gui_sheet_libsheet_la_CFLAGS = $(GTK_CFLAGS)
6
7 src_ui_gui_sheet_libsheet_la_SOURCES = \
8         src/ui/gui/sheet/psppire-axis.c \
9         src/ui/gui/sheet/psppire-axis.h \
10         src/ui/gui/sheet/psppire-sheetmodel.c \
11         src/ui/gui/sheet/psppire-sheetmodel.h
12