w32: Fix installing of .def file.
* src/Makefile.am (install-def-file): Create libdir first.
This commit is contained in:
parent
d739d4d8cf
commit
c29dad2315
@ -172,6 +172,7 @@ no_undefined = -no-undefined
|
||||
export_symbols = -export-symbols $(srcdir)/gpgme.def
|
||||
|
||||
install-def-file:
|
||||
-$(INSTALL) -d $(DESTDIR)$(libdir)
|
||||
$(INSTALL) $(srcdir)/gpgme.def $(DESTDIR)$(libdir)/gpgme.def
|
||||
|
||||
uninstall-def-file:
|
||||
|
Loading…
Reference in New Issue
Block a user