Merge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorse
[platform/core/uifw/at-spi2-atk.git] / registryd / Makefile.am
1 #server_dot_in = Accessibility_Registry.server.in
2
3 #$(server_dot_in): $(server_dot_in).in
4 #       sed -e "s|\@REGISTRYD_PATH\@|$(libexecdir)|" $< > $@ 
5
6 libexec_PROGRAMS = at-spi-registryd
7
8 INCLUDES = -I$(top_srcdir)          \
9            -I$(top_builddir)        \
10            -I$(top_builddir)/libspi \
11            -I$(top_srcdir)/libspi   \
12            $(WARN_CFLAGS)       \
13            $(REGISTRYD_CFLAGS)
14
15 at_spi_registryd_SOURCES =              \
16         desktop.c               \
17         desktop.h               \
18         deviceeventcontroller.c \
19         deviceeventcontroller.h \
20         registry-main.c         \
21         registry.c              \
22         registry.h              \
23         server-glue.h \
24         ucs2keysym.c
25
26 LDADD = $(top_builddir)/libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(XEVIE_LIBS) $(REGISTRYD_LIBS) 
27
28 #serverinfodir = $(libdir)/bonobo/servers
29 #serverinfo_DATA = Accessibility_Registry.server
30
31 @INTLTOOL_SERVER_RULE@
32
33 EXTRA_DIST = Accessibility_Registry.server.in.in
34 #CLEANFILES = $(serverinfo_DATA) $(server_dot_in)