From 38b05f2f98ec5d0544db61763ed50601f0d8b6c8 Mon Sep 17 00:00:00 2001 From: Brian McGillion Date: Tue, 18 Oct 2011 18:03:50 +0300 Subject: [PATCH] Update libsmack.pc.in to reflect the new path used for include path. --- libsmack.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsmack.pc.in b/libsmack.pc.in index ef5502a..0404911 100644 --- a/libsmack.pc.in +++ b/libsmack.pc.in @@ -8,4 +8,4 @@ Description: Smack LSM module userspace library Requires: Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lsmack -Cflags: -I${includedir}/libsmack +Cflags: -I${includedir} -- 2.7.4