From a4544bf34919ff222102652a34a737eb66957399 Mon Sep 17 00:00:00 2001 From: Pranav Mahesh Phansalkar Date: Wed, 19 Feb 2025 13:06:38 +0530 Subject: [PATCH] qmi-framweork: expose qmi headers to clients Add instruction in Makefile to install qmi headers in include directory. Signed-off-by: Pranav Mahesh Phansalkar --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index df3256f..17b88a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,5 +3,5 @@ # Makefile.am - Automake script for QMI Framework ACLOCAL_AMFLAGS = -I m4 - +pkginclude_HEADERS = include/*.h SUBDIRS = common qencdec qcci qcsi tests