[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:44:53 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=d8d7b04
The following commit has been merged in the master branch:
commit d8d7b04ce37376864070a7cbd6db47a4f6ddc31d
Author: Robin Mills <robin at clanmills.com>
Date: Tue Feb 24 21:07:23 2015 +0000
autotools build: copy svn_version.h to install header directory
---
src/Makefile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/Makefile b/src/Makefile
index 88c7f6d..376fded 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -274,7 +274,7 @@ svn_version.h:
./svn_version.sh
version.hpp : svn_version.h
-
+
$(LIBTOOL): $(LIBTOOL_DEPS)
$(SHELL) $(top_srcdir)/config.status --recheck
@@ -310,7 +310,11 @@ install-header:
echo "$(INSTALL_DATA) ../include/exiv2/$$p $(DESTDIR)$(incdir)/$$p"; \
$(INSTALL_DATA) ../include/exiv2/$$p $(DESTDIR)$(incdir)/$$p; \
else :; fi; \
- done
+ done ; \
+ if test -e svn_version.h; then \
+ echo "$(INSTALL_DATA) svn_version.h $(DESTDIR)$(incdir)/svn_version.h"; \
+ $(INSTALL_DATA) svn_version.h $(DESTDIR)$(incdir)/svn_version.h; \
+ fi
install-lib: lib install-header
$(INSTALL_DIRS) $(DESTDIR)$(libdir)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list