2008-05-28 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / tests / dummyatk / Makefile.am
1 check_LTLIBRARIES = libdummyatk.la
2
3 libdummyatk_la_CFLAGS = $(ATK_CFLAGS)   \
4                         -I$(top_srcdir)
5
6 libdummyatk_la_LDFLAGS = -no-undefined  \
7                          -module        \
8                          -avoid-version 
9
10 libdummyatk_la_LIBADD = $(ATK_LIBS)
11
12 libdummyatk_la_SOURCES = my-atk-action.c                \
13                          my-atk-action.h                \
14                          my-atk-component.c             \
15                          my-atk-component.h             \
16                          my-atk-hyperlink.c             \
17                          my-atk-hyperlink.h             \
18                          my-atk-hypertext.c             \
19                          my-atk-hypertext.h             \
20                          my-atk-object.c                \
21                          my-atk-object.h                \
22                          my-atk-streamable-content.c    \
23                          my-atk-streamable-content.h    \
24                          my-atk-text.c                  \
25                          my-atk-text.h                  \
26                          my-atk-value.c                 \
27                          my-atk-value.h                 \
28                          resources_storage.c            \
29                          resources_storage.h            \
30                          useful_functions.c             \
31                          useful_functions.h             \
32                          user_marshal.c                 \
33                          user_marshal.h