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

Collapse All | Expand All

(-)libconfig-1.4.9.orig/tests/Makefile.am (-3 / +3 lines)
Lines 3-12 Link Here
3
3
4
libconfig_tests_SOURCES = tests.c
4
libconfig_tests_SOURCES = tests.c
5
5
6
libconfig_tests_CPPFLAGS = -I../tinytest -I../lib
6
libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I$(top_srcdir)/lib
7
7
8
libconfig_tests_LDADD = -L../tinytest -ltinytest \
8
libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \
9
	-L../lib/.libs -lconfig
9
	-L$(top_builddir)/lib/.libs -lconfig
10
10
11
11
12
EXTRA_DIST = \
12
EXTRA_DIST = \

Return to bug 464128