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