Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 779670
Collapse All | Expand All

(-)a/tests/Makefile.am (-3 / +3 lines)
Lines 3-13 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) Link Here
3
3
4
AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) $(DEP_CFLAGS) $(BABL_CFLAGS) -lm
4
AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) $(DEP_CFLAGS) $(BABL_CFLAGS) -lm
5
5
6
#DEPS = $(top_builddir)/.libs/libuninameslist.la
6
#DEPS = $(top_builddir)/libuninameslist.la
7
7
8
EXTRA_DIST = call-test.c
8
EXTRA_DIST = call-test.c
9
9
10
LDADDS = $(top_builddir)/.libs/libuninameslist.la
10
LDADDS = $(top_builddir)/libuninameslist.la
11
11
12
# The tests
12
# The tests
13
noinst_PROGRAMS = call-test0 call-test1 call-test2
13
noinst_PROGRAMS = call-test0 call-test1 call-test2
Lines 22-28 call_test2_SOURCES = call-test2.c Link Here
22
call_test2_LDADD = $(LDADDS)
22
call_test2_LDADD = $(LDADDS)
23
23
24
if WANTLIBOFR
24
if WANTLIBOFR
25
LDADDF = $(top_builddir)/.libs/libuninameslist-fr.la
25
LDADDF = $(top_builddir)/libuninameslist-fr.la
26
26
27
call_test3_SOURCES = call-test3.c
27
call_test3_SOURCES = call-test3.c
28
call_test3_LDADD = $(LDADDF)
28
call_test3_LDADD = $(LDADDF)

Return to bug 779670