fix wl-drm install rule

This commit is contained in:
Mike Blumenkrantz 2015-04-23 13:37:11 -04:00
parent 9c573a49ac
commit 1f199f940e
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ src_modules_wl_drm_module_la_SOURCES = src/modules/wl_drm/e_mod_main.c
PHONIES += wl_drm install-wl_drm
wl_drm: $(wl_drmpkg_LTLIBRARIES) $(wl_drm_DATA)
install-wl_drm: install-wl_drmDATA install-wl_drmpkgLTLIBRARIES
install-wl_drm: install-wl_drmpkgLTLIBRARIES
endif