Support AtkPlug and AtkSocket
[platform/core/uifw/at-spi2-atk.git] / common / Makefile.am
1 noinst_LTLIBRARIES = libspicommon.la
2
3 libspicommon_la_CFLAGS = $(DBUS_GLIB_CFLAGS)\
4                         $(ATK_CFLAGS) \
5                         -DATSPI_INTROSPECTION_PATH=\"$(DEFAULT_ATSPI_INTROSPECTION_PATH)\"\
6                         -I$(top_builddir)\
7                         -I$(top_srcdir)
8
9 libspicommon_la_LIBADD = $(DBUS_GLIB_LIBS)
10
11 #spicommonincludedir = $(includedir)/at-spi-1.0/libspi
12 #
13 #spicommoninclude_HEADERS =             \
14 #       bitarray.h \
15 #       event-types.h \
16 #       generated-types.h \
17 #       keymasks.h \
18 #       spi-dbus.h \
19 #       spi-stateset.h \
20 #       spi-types.h
21
22 #BUILT_SOURCES = generated-types.h
23 #CLEANFILES = generated-types.h
24
25 nodist_libspicommon_la_SOURCES = generated-types.h
26
27 libspicommon_la_SOURCES =       \
28         bitarray.h \
29         event-types.h           \
30         spi-types.h             \
31         spi-dbus.h              \
32         spi-dbus.c \
33         spi-stateset.h \
34         spi-stateset.c
35
36 #generated-types.h: $(top_srcdir)/xml/spec.xml $(top_srcdir)/tools/c-constants-generator.xsl
37 #       xsltproc --stringparam mixed-case-prefix Accessibility_ $(top_srcdir)/tools/c-constants-generator.xsl $< >$@