mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-15 00:07:58 +03:00
b5dc4a8543
Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst, proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj, vcxproj, sln, in, java, la, manifest, am, and rad. Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and gitignore. Finally, fixes executable bits.
14 lines
408 B
PkgConfig
14 lines
408 B
PkgConfig
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
|