2008-05-16 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         desktop.c               \
21         desktop.h               \
22         deviceeventcontroller.c \
23         deviceeventcontroller.h \
24         registry-main.c         \
25         registry.c              \
26         registry.h              \
27         reentrant-list.c        \
28         reentrant-list.h        \
29         ucs2keysym.c