diff options
Diffstat (limited to 'sp/src/thirdparty/protobuf-2.3.0/protobuf-lite.pc.in')
| -rw-r--r-- | sp/src/thirdparty/protobuf-2.3.0/protobuf-lite.pc.in | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sp/src/thirdparty/protobuf-2.3.0/protobuf-lite.pc.in b/sp/src/thirdparty/protobuf-2.3.0/protobuf-lite.pc.in index 4e51995d..29c218e5 100644 --- a/sp/src/thirdparty/protobuf-2.3.0/protobuf-lite.pc.in +++ b/sp/src/thirdparty/protobuf-2.3.0/protobuf-lite.pc.in @@ -1,13 +1,13 @@ -prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: Protocol Buffers
-Description: Google's Data Interchange Format
-Version: @VERSION@
-Libs: -L${libdir} -lprotobuf-lite @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
-Cflags: -I${includedir} @PTHREAD_CFLAGS@
-# Commented out because it crashes pkg-config *sigh*:
-# http://bugs.freedesktop.org/show_bug.cgi?id=13265
-# Conflicts: protobuf
+prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Protocol Buffers +Description: Google's Data Interchange Format +Version: @VERSION@ +Libs: -L${libdir} -lprotobuf-lite @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ +Cflags: -I${includedir} @PTHREAD_CFLAGS@ +# Commented out because it crashes pkg-config *sigh*: +# http://bugs.freedesktop.org/show_bug.cgi?id=13265 +# Conflicts: protobuf |