#1187 and #1041. Fixing src/Makefile to install include/exiv2/rwlock.hpp (detected by contrib/buildserver/test_daily.sh)

This commit is contained in:
Robin Mills 2016-06-13 15:14:57 +00:00
parent a13a500455
commit 16563d6647

View File

@ -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)