[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:31 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=16563d6
The following commit has been merged in the master branch:
commit 16563d6647bb068ab629585de014347fde8ffedd
Author: Robin Mills <robin at clanmills.com>
Date: Mon Jun 13 15:14:57 2016 +0000
#1187 and #1041. Fixing src/Makefile to install include/exiv2/rwlock.hpp (detected by contrib/buildserver/test_daily.sh)
---
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index 7967f39..585b154 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -170,7 +170,7 @@ COBJ = $(CSRC:.c=.o)
CLOBJ = $(CSRC:.c=.lo)
SRC = $(CCSRC) $(CSRC)
-HDR = $(CCHDR)
+HDR = $(CCHDR) rwlock.hpp
OBJ = $(CCOBJ) $(COBJ)
LOBJ = $(CCLOBJ) $(CLOBJ)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list