[Pkg] Fix the include path of package config file
authorSangjung Woo <sangjung.woo@samsung.com>
Thu, 8 Feb 2024 08:04:59 +0000 (17:04 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 8 Feb 2024 08:18:59 +0000 (17:18 +0900)
This patch fixes the include path of package config file.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
daemon/mlops-agent.pc.in

index 46f3356..525544c 100755 (executable)
@@ -7,4 +7,4 @@ Name: mlops-agent
 Description: Development headers and libraries for interfaces provided by MLOps Agent
 Version: @VERSION@
 Libs: -L${libdir} -lmlops-agent
-Cflags: -I${includedir}/mlops-agent
+Cflags: -I${includedir}/ml