diff --git a/legacy/eobj/eo.pc.in b/legacy/eobj/eo.pc.in index 7a90ce3926..f0276a0bbc 100644 --- a/legacy/eobj/eo.pc.in +++ b/legacy/eobj/eo.pc.in @@ -8,6 +8,7 @@ Description: EFL's generic object system library. Version: @PACKAGE_VERSION@ Libs: -L${libdir} -leo Libs.private: -Cflags: -I${includedir}/eo-@VMAJ@ +Cflags: -I${includedir} -I${includedir}/eo-@VMAJ@ + ~