diff options
author | Werner Koch <[email protected]> | 2013-04-18 12:40:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-05-23 14:52:44 +0000 |
commit | db438148df9623528aa7305b6d56edd23db8cbbe (patch) | |
tree | 5acea7636c8565c933d97fa46afcc115fb3124b4 | |
parent | Fix libtool 2.4.2 to correctly detect .def files. (diff) | |
download | libgpg-error-db438148df9623528aa7305b6d56edd23db8cbbe.tar.gz libgpg-error-db438148df9623528aa7305b6d56edd23db8cbbe.zip |
w32: Fix installing of .def file.
* src/Makefile.am (install-def-file): Create libdir first.
--
Reported-by: LRN <[email protected]>
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cf9a364..7143dbd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -73,6 +73,7 @@ no_undefined = -no-undefined export_symbols = -export-symbols gpg-error.def install-def-file: gpg-error.def + -$(INSTALL) -d $(DESTDIR)$(libdir) $(INSTALL) gpg-error.def $(DESTDIR)$(libdir)/gpg-error.def uninstall-def-file: |