From a8ebd7c89aef922c82e8dd946031cbc59c37c820 Mon Sep 17 00:00:00 2001
From: James Goppert <jgoppert@w7.hsl.dynalias.com>
Date: Mon, 18 Oct 2010 01:48:47 -0400
Subject: [PATCH] Fixed pkgconfig error.

---
 jsbsim.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jsbsim.pc.in b/jsbsim.pc.in
index 00565f6..3a8e495 100644
--- a/jsbsim.pc.in
+++ b/jsbsim.pc.in
@@ -4,5 +4,5 @@ exec_prefix=@exec_prefix@
 Name: jsbsim
 Description: The jsbsim library
 Version: @VERSION@
-Cflags: -I@includedir@
+Cflags: -I@includedir@/JSBSim
 Libs: -L@libdir@ -ljsbsim
-- 
GitLab