Move xwayland up one directory level
[platform/upstream/weston.git] / Makefile.am
1 if BUILD_WCAP_TOOLS
2 wcap_subdir = wcap
3 endif
4
5 if ENABLE_XWAYLAND
6 xwayland_subdir = xwayland
7 endif
8
9 SUBDIRS =                                       \
10         shared                                  \
11         src                                     \
12         $(xwayland_subdir)                      \
13         clients                                 \
14         data                                    \
15         protocol                                \
16         tests                                   \
17         $(wcap_subdir)                          \
18         man
19
20 DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
21
22 EXTRA_DIST = weston.ini.in wayland-scanner.mk
23
24 weston.ini : $(srcdir)/weston.ini.in
25         $(AM_V_GEN)$(SED) \
26                 -e 's|@bindir[@]|$(bindir)|g' \
27                 -e 's|@abs_top_builddir[@]|$(abs_top_builddir)|g' \
28                 -e 's|@libexecdir[@]|$(libexecdir)|g' \
29                 $< > $@
30
31 all-local : weston.ini