Tweaks and fixes to screen-review-test.c; text clipping is substantially
[platform/core/uifw/at-spi2-atk.git] / registryd / Makefile.am
1 libexec_PROGRAMS = at-spi-registryd
2
3 INCLUDES = -I$(top_srcdir)          \
4            -I$(top_builddir)        \
5            -I$(top_builddir)/libspi \
6            -I$(top_srcdir)/libspi   \
7            $(REGISTRYD_CFLAGS)
8
9 at_spi_registryd_SOURCES =              \
10         desktop.c               \
11         desktop.h               \
12         deviceeventcontroller.c \
13         deviceeventcontroller.h \
14         registry-main.c         \
15         registry.c              \
16         registry.h
17
18 LDADD = ../libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(REGISTRYD_LIBS) 
19
20 serverinfodir = $(libdir)/bonobo/servers
21 serverinfo_DATA = Accessibility_Registry.server
22
23 @INTLTOOL_SERVER_RULE@
24
25 EXTRA_DIST = Accessibility_Registry.server.in $(serverinfo_DATA)