source: trunk/third/at-spi/registryd/Makefile.am @ 18422

Revision 18422, 778 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18421, which included commits to RCS files with non-trunk default branches.
Line 
1server_dot_in = Accessibility_Registry.server.in
2
3$(server_dot_in): $(server_dot_in).in
4        sed -e "s|\@REGISTRYD_PATH\@|$(libexecdir)|" $< > $@
5
6libexec_PROGRAMS = at-spi-registryd
7
8INCLUDES = -I$(top_srcdir)          \
9           -I$(top_builddir)        \
10           -I$(top_builddir)/libspi \
11           -I$(top_srcdir)/libspi   \
12           $(REGISTRYD_CFLAGS)
13
14at_spi_registryd_SOURCES =              \
15        desktop.c               \
16        desktop.h               \
17        deviceeventcontroller.c \
18        deviceeventcontroller.h \
19        registry-main.c         \
20        registry.c              \
21        registry.h
22
23LDADD = ../libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(REGISTRYD_LIBS)
24
25serverinfodir = $(libdir)/bonobo/servers
26serverinfo_DATA = Accessibility_Registry.server
27
28@INTLTOOL_SERVER_RULE@
29
30EXTRA_DIST = Accessibility_Registry.server.in.in $(serverinfo_DATA)
Note: See TracBrowser for help on using the repository browser.