summaryrefslogtreecommitdiff
blob: ff3e8155b944815036566105c1e484b943a37df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/libzip.pc.in
+++ b/libzip.pc.in
@@ -2,7 +2,6 @@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
-libincludedir=@libdir@/@PACKAGE@/include
 
 zipcmp=@prefix@/bin/zipcmp
 
@@ -10,5 +9,4 @@
 Description: library for handling zip archives
 Version: @VERSION@
 Libs: -L${libdir} -lzip @LIBS@
-Cflags: -I${includedir} -I${libincludedir}