Commit cc3d4d3d authored by Alexandre Julliard's avatar Alexandre Julliard

dlls: Added a default install-lib rule for dlls that don't have one.

parent 116aaa16
......@@ -27,6 +27,8 @@ install install-dev:: $(MODULE)
$(MKINSTALLDIRS) $(DESTDIR)$(dlldir)
$(INSTALL_DATA) $(MODULE) $(DESTDIR)$(dlldir)/$(MODULE)
install-lib::
uninstall::
$(RM) $(DESTDIR)$(dlldir)/$(MODULE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment