From: Simon Wilkinson Date: Fri, 6 Apr 2012 22:54:10 +0000 (+0100) Subject: opr: Install the queue.h header X-Git-Tag: upstream/1.8.0_pre1^2~2557 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c3dd14759d592463eb29a1e15dc6648bfe25e583;p=packages%2Fo%2Fopenafs.git 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 a2027e50c..9827b6efa 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