24 lines
650 B
Diff
24 lines
650 B
Diff
From d2247aae11c80a4e3c0084d9294c858bdcaf26c7 Mon Sep 17 00:00:00 2001
|
|
From: Jiri Pirko <jiri@resnulli.us>
|
|
Date: Fri, 16 Aug 2013 11:21:14 +0200
|
|
Subject: [PATCH 2/2] fix cflags path in pc file
|
|
|
|
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
|
|
---
|
|
libndp/libndp.pc.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libndp/libndp.pc.in b/libndp/libndp.pc.in
|
|
index f486edf..62d630d 100644
|
|
--- a/libndp/libndp.pc.in
|
|
+++ b/libndp/libndp.pc.in
|
|
@@ -7,4 +7,4 @@ Name: libndp
|
|
Description: Neighbour discovery library.
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lndp
|
|
-Cflags: -I${includedir}/ndp.h
|
|
+Cflags: -I${includedir}
|
|
--
|
|
1.8.3.1
|
|
|