Merge branch '1.1'
Conflicts: Makefile.am
This commit is contained in:
commit
f9febb64c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ missing
|
|||||||
*.la
|
*.la
|
||||||
stamp-h1
|
stamp-h1
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.pc
|
||||||
|
@ -2,3 +2,6 @@ EXTRA_DIST = CHANGES LICENSE README.rst
|
|||||||
SUBDIRS = doc src test
|
SUBDIRS = doc src test
|
||||||
|
|
||||||
check-local: html
|
check-local: html
|
||||||
|
|
||||||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
pkgconfig_DATA = jansson.pc
|
||||||
|
@ -19,6 +19,7 @@ AC_PROG_LIBTOOL
|
|||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
|
jansson.pc
|
||||||
Makefile
|
Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
10
jansson.pc.in
Normal file
10
jansson.pc.in
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
Name: Jansson
|
||||||
|
Description: Library for encoding, decoding and manipulating JSON data
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs: -L${libdir} -ljansson
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in New Issue
Block a user