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

Collapse All | Expand All

(-)a/Makefile.am (-1 / +1 lines)
Lines 8-14 SUBDIRS = . moz-plugin gdk-pixbuf-loader gtk-engine data tests doc Link Here
8
8
9
lib_LTLIBRARIES = librsvg-2.la
9
lib_LTLIBRARIES = librsvg-2.la
10
bin_PROGRAMS = rsvg-convert $(target_rsvg_view)
10
bin_PROGRAMS = rsvg-convert $(target_rsvg_view)
11
noinst_PROGRAMS = test-performance rsvg-dimensions
11
check_PROGRAMS = test-performance rsvg-dimensions
12
12
13
man_MANS = rsvg.1
13
man_MANS = rsvg.1
14
14
(-)a/tests/pdiff/Makefile.am (-2 / +2 lines)
Lines 1-6 Link Here
1
noinst_PROGRAMS = perceptualdiff
1
check_PROGRAMS = perceptualdiff
2
2
3
noinst_LTLIBRARIES = libpdiff.la
3
check_LTLIBRARIES = libpdiff.la
4
libpdiff_la_SOURCES = 		\
4
libpdiff_la_SOURCES = 		\
5
	pdiff.h			\
5
	pdiff.h			\
6
	lpyramid.c		\
6
	lpyramid.c		\

Return to bug 226231