2008-11-13 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / registryd / Makefile.am
1 libexec_PROGRAMS = at-spi-registryd
2
3 at_spi_registryd_CFLAGS = $(DBUS_GLIB_CFLAGS)   \
4                           $(GOBJ_CFLAGS)        \
5                           $(ATK_CFLAGS)         \
6                           $(GDK_CFLAGS)         \
7                           -I$(top_srcdir) 
8
9 at_spi_registryd_LDADD = $(DBUS_GLIB_LIBS)      \
10                          $(GOBJ_CFLAGS)         \
11                          $(ATK_LIBS)            \
12                          $(GDK_LIBS)            \
13                          $(X_LIBS)              \
14                          $(XTST_LIBS)           \
15                          $(XEVIE_LIBS)          \
16                          $(top_builddir)/droute/libdroute.la\
17                          $(top_builddir)/spi-common/libspicommon.la
18
19 at_spi_registryd_SOURCES =      \
20         registry-main.c         \
21         registry.c              \
22         registry.h              \
23         deviceeventcontroller.c \
24         deviceeventcontroller.h \
25         reentrant-list.c        \
26         reentrant-list.h        \
27         ucs2keysym.c