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