Add new files atkstateset.c and atkstateset.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         atkstateset.c           \
22         atktable.c              \
23         atktext.c               \
24         atkutil.c               \
25         atkvalue.c
26
27 INCLUDES = \
28         -I$(top_srcdir)         \
29         @DEP_CFLAGS@
30
31 LDFLAGS =  \
32         -no-undefined   \
33         @DEP_LIBS@
34
35 libatkincludedir=$(includedir)/atk-1.0/atk
36
37 libatkinclude_HEADERS = \
38         atk.h                   \
39         atkaction.h             \
40         atkcomponent.h          \
41         atkeditabletext.h       \
42         atkhyperlink.h          \
43         atkhypertext.h          \
44         atkobject.h             \
45         atkobjectfactory.h      \
46         atkimage.h              \
47         atkregistry.h           \
48         atkrelation.h           \
49         atkrelationset.h        \
50         atkselection.h          \
51         atkstateset.h           \
52         atktable.h              \
53         atktext.h               \
54         atkutil.h               \
55         atkvalue.h