xwayland: fix typo on configure libs
[profile/ivi/weston.git] / src / xwayland / Makefile.am
1 AM_CPPFLAGS =                                   \
2         -DDATADIR='"$(datadir)"'                \
3         -DMODULEDIR='"$(moduledir)"'            \
4         -DLIBEXECDIR='"$(libexecdir)"'          \
5         -DXSERVER_PATH='"@XSERVER_PATH@"'
6
7 moduledir = @libdir@/weston
8 module_LTLIBRARIES = xwayland.la
9
10 xwayland = xwayland.la
11 xwayland_la_LDFLAGS = -module -avoid-version
12 xwayland_la_LIBADD =                    \
13         $(XWAYLAND_LIBS)                \
14         $(top_builddir)/shared/libshared.la
15 xwayland_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
16 xwayland_la_SOURCES =                   \
17         window-manager.c                        \
18         selection.c                             \
19         launcher.c                              \
20         xserver-protocol.c                      \
21         xserver-server-protocol.h               \
22         hash.c                                  \
23         hash.h
24
25 BUILT_SOURCES =                                 \
26         xserver-protocol.c                      \
27         xserver-server-protocol.h
28
29 @wayland_scanner_rules@