From c3dd14759d592463eb29a1e15dc6648bfe25e583 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 6 Apr 2012 23:54:10 +0100 Subject: [PATCH] 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 --- src/opr/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 1.9.4