Commit 9ead2436 authored by lahiker42's avatar lahiker42

Add generation / installation of pkg-config files. (Bobby Powers)


git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@220 00440858-1255-0410-a3e6-75ea37f81c3a
parent 58c9d0a1
......@@ -2,6 +2,9 @@ SUBDIRS = src
EXTRA_DIST = scripts pkgwriteinfo.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libprotobuf-c.pc
# --- packages ---
DEBARCH = `dpkg --print-architecture`
deb:
......
AC_INIT([protobuf-c], [0.12])
AC_INIT([protobuf-c], [0.13])
AM_INIT_AUTOMAKE([1.9 foreign])
PACKAGE=protobuf-c
AC_PROG_CC
......@@ -114,6 +114,6 @@ else
fi
AC_DEFINE_UNQUOTED(IS_LITTLE_ENDIAN, $is_little_endian)
AC_OUTPUT( Makefile src/Makefile src/test/Makefile pkgwriteinfo )
AC_OUTPUT(Makefile src/Makefile src/test/Makefile pkgwriteinfo ibprotobuf-c.pc)
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libprotobuf-c
Description: C-API for Google's protocol buffers
Version: @VERSION@
URL: http://code.google.com/p/protobuf-c/
Requires:
Libs: -L${libdir} -lprotobuf-c
Cflags: -I${includedir}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment