From: Simon Wilkinson Date: Fri, 6 Apr 2012 22:54:10 +0000 (+0100) Subject: opr: Install the queue.h header X-Git-Tag: openafs-stable-1_8_0pre1~2557 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=c3dd14759d592463eb29a1e15dc6648bfe25e583;hp=7051672c7118b44e40a59b645f48428aabc9ee8a opr: Install the queue.h header The opr queue definition is required by a structure in the installed cellconfig.h header. So that header can still be used by out-of-tree applications, install the queue.h header too. Change-Id: Ifaf49d59df24275ff50c215de6a0f40fc2bd2230 Reviewed-on: http://gerrit.openafs.org/7069 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/opr/Makefile.in b/src/opr/Makefile.in index a2027e5..9827b6e 100644 --- a/src/opr/Makefile.in +++ b/src/opr/Makefile.in @@ -40,9 +40,14 @@ clean: install: libopr.a $(INSTALL_DATA) libopr.a $(DESTDIR)$(libdir)/libopr.a + $(INSTALL) -d $(DESTDIR)$(includedir)/opr + $(INSTALL_DATA) queue.h $(DESTDIR)$(includedir)/opr/queue.h dest: libopr.a $(INSTALL_DATA) libopr.a $(DEST)/lib/libopr.a + $(INSTALL) -d $(DEST)/include/opr + $(INSTALL_DATA) queue.h $(DEST)/include/opr/queue.h + buildtools: $(HEADERS) $(TOP_LIBDIR)/libopr.a