Fix problem building under Gtk+2.18
[pspp] / 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_CPPFLAGS = $(AM_CPPFLAGS) -Isrc/ui/gui/include
6 lib_gtk_contrib_libgtksheet_a_CFLAGS = $(GTK_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1
7
8 lib_gtk_contrib_libgtksheet_a_SOURCES = \
9         lib/gtk-contrib/gtkextra-sheet.h \
10         lib/gtk-contrib/psppire-sheet.c \
11         lib/gtk-contrib/psppire-sheet.h \
12         lib/gtk-contrib/gtkxpaned.c \
13         lib/gtk-contrib/gtkxpaned.h
14
15 EXTRA_DIST += lib/gtk-contrib/OChangeLog \
16         lib/gtk-contrib/README 
17