View | Details | Raw Unified | Return to bug 124228
Collapse All | Expand All

(-)net-p2p/dclib/files/patch-dclib.pc.in (+15 lines)
Added Link Here
1
--- dclib.pc.in.orig	2008-05-29 21:41:46.000000000 +1100
2
+++ dclib.pc.in	2008-06-03 16:46:22.000000000 +1100
3
@@ -1,10 +1,10 @@
4
 prefix=@prefix@
5
 exec_prefix=@exec_prefix@
6
 libdir=@libdir@
7
-includedir=@includedir@/dclib-0.3
8
+includedir=@includedir@
9
 
10
 Name: @PACKAGE@
11
 Description: This library implements the Direct Connect file sharing protocol. The package contains the shared library required for running programs based on dclib.
12
 Version: @VERSION@
13
 Libs: -L${libdir} -ldc
14
-Cflags: -I${includedir}
15
+Cflags: -I${includedir} -I${includedir}/dclib

Return to bug 124228