Added custom psppire-selector widget.
[pspp-builds.git] / glade / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 module_LTLIBRARIES = libglade-psppire.la
4
5 moduledir = `pkg-config --variable=moduledir libgladeui-1.0`
6 catalogdir = `pkg-config --variable=catalogdir libgladeui-1.0`
7
8 libglade_psppire_la_SOURCES = \
9         glade/dialog.c \
10         glade/bbox.c \
11         glade/selector.c \
12         src/ui/gui/psppire-dialog.c \
13         src/ui/gui/psppire-buttonbox.c \
14         src/ui/gui/psppire-selector.c
15
16 nodist_catalog_DATA = \
17         glade/psppire.xml
18
19
20 libglade_psppire_la_CFLAGS = $(GLADE_UI_CFLAGS) $(GLADE_CFLAGS) \
21         -I src/ui/gui