Add atk/atkstate.c and atk.atkstate.h
[platform/upstream/atk.git] / atk / Makefile.am
1
2 lib_LTLIBRARIES = libatk.la
3
4 libatk_la_SOURCES =             \
5         atkaction.c             \
6         atkcomponent.c          \
7         atkeditabletext.c       \
8         atkhyperlink.c          \
9         atkhypertext.c          \
10         atkimage.c              \
11         atknoopobject.c         \
12         atknoopobject.h         \
13         atknoopobjectfactory.c  \
14         atknoopobjectfactory.h  \
15         atkobject.c             \
16         atkobjectfactory.c      \
17         atkregistry.c           \
18         atkrelation.c           \
19         atkrelationset.c        \
20         atkselection.c          \
21         atkstate.c              \
22         atkstateset.c           \
23         atktable.c              \
24         atktext.c               \
25         atkutil.c               \
26         atkvalue.c
27
28 INCLUDES = \
29         -I$(top_srcdir)         \
30         @DEP_CFLAGS@
31
32 LDFLAGS =  \
33         -no-undefined   \
34         @DEP_LIBS@
35
36 libatkincludedir=$(includedir)/atk-1.0/atk
37
38 libatkinclude_HEADERS = \
39         atk.h                   \
40         atkaction.h             \
41         atkcomponent.h          \
42         atkeditabletext.h       \
43         atkhyperlink.h          \
44         atkhypertext.h          \
45         atkobject.h             \
46         atkobjectfactory.h      \
47         atkimage.h              \
48         atkregistry.h           \
49         atkrelation.h           \
50         atkrelationset.h        \
51         atkselection.h          \
52         atkstate.h              \
53         atkstateset.h           \
54         atktable.h              \
55         atktext.h               \
56         atkutil.h               \
57         atkvalue.h