fix wl-x11 make/install rules to not include nonexistent DATA files

This commit is contained in:
Mike Blumenkrantz 2015-12-09 13:50:07 -05:00
parent d15a770404
commit eb9ba4af6a
1 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,6 @@ src_modules_wl_x11_module_la_LDFLAGS = $(MOD_LDFLAGS)
src_modules_wl_x11_module_la_SOURCES = src/modules/wl_x11/e_mod_main.c
PHONIES += wl_x11 install-wl_x11
wl_x11: $(wl_x11pkg_LTLIBRARIES) $(wl_x11_DATA)
install-wl_x11: install-wl_x11DATA install-wl_x11pkgLTLIBRARIES
wl_x11: $(wl_x11pkg_LTLIBRARIES)
install-wl_x11: install-wl_x11pkgLTLIBRARIES
endif