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

Collapse All | Expand All

(-)src/Makefile.am (-2 / +2 lines)
Lines 46-54 Link Here
46
iperf3_profile_SOURCES  = main.c \
46
iperf3_profile_SOURCES  = main.c \
47
						  $(libiperf_la_SOURCES)
47
						  $(libiperf_la_SOURCES)
48
48
49
iperf3_profile_CFLAGS   = -pg -g
49
iperf3_profile_CFLAGS   = -g
50
iperf3_profile_LDADD    = libiperf.la
50
iperf3_profile_LDADD    = libiperf.la
51
iperf3_profile_LDFLAGS  = -pg -g
51
iperf3_profile_LDFLAGS  = -g
52
52
53
# Specify the sources and various flags for the test cases
53
# Specify the sources and various flags for the test cases
54
t_timer_SOURCES         = t_timer.c
54
t_timer_SOURCES         = t_timer.c

Return to bug 517488