Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 454372 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +5 lines)
Line  Link Here
0
-- json-c-0.10/json.pc.in
0
++ json-c-0.10/json.pc.in
Lines 8-11 Link Here
8
Version: @VERSION@
8
Version: @VERSION@
9
Requires: 
9
Requires: 
10
Libs:  -L${libdir} -ljson
10
Libs:  -L${libdir} -ljson
11
Cflags: -I${includedir}/json
11
Cflags: -I${includedir}/json-c
12
-- json-c-0.10/Makefile.am
12
++ json-c-0.10/Makefile.am
Lines 8-14 Link Here
8
pkgconfigdir = $(libdir)/pkgconfig
8
pkgconfigdir = $(libdir)/pkgconfig
9
pkgconfig_DATA = json.pc
9
pkgconfig_DATA = json.pc
10
10
11
libjsonincludedir = $(includedir)/json
11
libjsonincludedir = $(includedir)/json-c
12
libjsoninclude_HEADERS = \
12
libjsoninclude_HEADERS = \
13
	arraylist.h \
13
	arraylist.h \
14
	bits.h \
14
	bits.h \
Lines 17-22 Link Here
17
	json_config.h \
17
	json_config.h \
18
	json_inttypes.h \
18
	json_inttypes.h \
19
	json_object.h \
19
	json_object.h \
20
	json_object_iterator.h \
20
	json_object_private.h \
21
	json_object_private.h \
21
	json_tokener.h \
22
	json_tokener.h \
22
	json_util.h \
23
	json_util.h \

Return to bug 454372