summaryrefslogtreecommitdiff
path: root/registryd/Makefile.am
blob: 85f6fb2f766ce59b7a65773a162d10b0ea7e5000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
libexec_PROGRAMS = at-spi-registryd

at_spi_registryd_CFLAGS = $(DBUS_GLIB_CFLAGS)	\
			  $(GOBJ_CFLAGS)	\
			  $(ATK_CFLAGS)		\
			  $(GDK_CFLAGS)		\
			  -I$(top_srcdir) 

at_spi_registryd_LDADD = $(DBUS_GLIB_LIBS)	\
			 $(GOBJ_CFLAGS)		\
			 $(ATK_LIBS)		\
			 $(GDK_LIBS)		\
			 $(X_LIBS)		\
			 $(XTST_LIBS)		\
			 $(XEVIE_LIBS)		\
			 $(top_builddir)/droute/libdroute.la\
			 $(top_builddir)/spi-common/libspicommon.la

at_spi_registryd_SOURCES =	\
	desktop.c		\
	desktop.h		\
	deviceeventcontroller.c	\
	deviceeventcontroller.h	\
	registry-main.c		\
	registry.c		\
	registry.h		\
	reentrant-list.c	\
	reentrant-list.h	\
	ucs2keysym.c