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 <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
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