Merge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / Makefile.am
1 gtkmoduledir = $(libdir)/$(GTK_MODULE_DIR)
2 gtkmodule_LTLIBRARIES = libspiatk.la
3
4 libspiatk_la_CFLAGS = $(DBUS_GLIB_CFLAGS) $(ATK_CFLAGS) -I$(top_srcdir)
5
6 libspiatk_la_LDFLAGS = -no-undefined       \
7                        -module             \
8                        -avoid-version      \
9                        -rpath $(gtkmoduledir)
10
11 libspiatk_la_LIBADD = $(DBUS_GLIB_LIBS)                 \
12                       $(ATK_LIBS)                       \
13                       $(top_builddir)/droute/libdroute.la\
14                       $(top_builddir)/spi-common/libspicommon.la
15
16 libspiatk_la_SOURCES =          \
17         accessible.h            \
18         accessible.c            \
19         action.c                \
20         application.c           \
21         bridge.c                \
22         bridge.h                \
23         collection.c            \
24         component.c             \
25         document.c              \
26         editabletext.c          \
27         event.c                 \
28         hyperlink.c             \
29         hypertext.c             \
30         atk-dbus.c              \
31         atk-dbus.h              \
32         image.c                 \
33         selection.c             \
34         spi-private.h           \
35         table.c                 \
36         text.c                  \
37         tree.c                  \
38         util.c                  \
39         value.c                 \
40         introspectable.c