From 16563d6647bb068ab629585de014347fde8ffedd Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Mon, 13 Jun 2016 15:14:57 +0000 Subject: [PATCH] #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 7967f39c..585b154d 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)