Added WARN_CFLAGS support. Bug #308239.
[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         ucs2keysym.c
24
25 LDADD = $(top_builddir)/libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(XEVIE_LIBS) $(REGISTRYD_LIBS) 
26
27 serverinfodir = $(libdir)/bonobo/servers
28 serverinfo_DATA = Accessibility_Registry.server
29
30 @INTLTOOL_SERVER_RULE@
31
32 EXTRA_DIST = Accessibility_Registry.server.in.in
33 CLEANFILES = $(serverinfo_DATA) $(server_dot_in)