Merge commit 'origin/stable'
[pspp-builds.git] / lib / gtk-contrib / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 noinst_LIBRARIES += lib/gtk-contrib/libgtksheet.a
4
5 lib_gtk_contrib_libgtksheet_a_CFLAGS = $(GTK_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1
6
7 lib_gtk_contrib_libgtksheet_a_SOURCES = \
8         lib/gtk-contrib/gtkextra-sheet.h \
9         lib/gtk-contrib/psppire-sheet.c \
10         lib/gtk-contrib/psppire-sheet.h \
11         lib/gtk-contrib/gtkxpaned.c \
12         lib/gtk-contrib/gtkxpaned.h
13
14 EXTRA_DIST += lib/gtk-contrib/OChangeLog \
15         lib/gtk-contrib/README \
16         lib/gtk-contrib/gtk-builder-convert
17