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

(-)a/src/Makefile.am (-2 / +9 lines)
Lines 716-722 endif # !ENABLE_LIBARIA2 Link Here
716
716
717
libaria2_la_SOURCES = $(SRCS)
717
libaria2_la_SOURCES = $(SRCS)
718
718
719
libaria2_la_LIBADD = @WSLAY_LIBS@ @LTLIBINTL@
720
719
721
AM_CPPFLAGS = \
720
AM_CPPFLAGS = \
722
	-I$(top_srcdir)/lib -I$(top_srcdir)/intl\
721
	-I$(top_srcdir)/lib -I$(top_srcdir)/intl\
Lines 743-749 AM_LDFLAGS = \ Link Here
743
	@EXTRALDFLAGS@ \
742
	@EXTRALDFLAGS@ \
744
	@APPLETLS_LDFLAGS@
743
	@APPLETLS_LDFLAGS@
745
744
746
LDADD = libaria2.la @ALLOCA@ \
745
EXTLDADD = @ALLOCA@ \
747
	@EXTRALIBS@ \
746
	@EXTRALIBS@ \
748
	@ZLIB_LIBS@ \
747
	@ZLIB_LIBS@ \
749
	@LIBUV_LIBS@ \
748
	@LIBUV_LIBS@ \
Lines 762-767 LDADD = libaria2.la @ALLOCA@ \ Link Here
762
	@TCMALLOC_LIBS@ \
761
	@TCMALLOC_LIBS@ \
763
	@JEMALLOC_LIBS@
762
	@JEMALLOC_LIBS@
764
763
764
LDADD = libaria2.la
765
766
if ENABLE_LIBARIA2
767
libaria2_la_LIBADD = $(EXTLDADD)
768
else # !ENABLE_LIBARIA2
769
LDADD += $(EXTLDADD)
770
endif # !ENABLE_LIBARIA2
771
765
AM_CFLAGS = @EXTRACFLAGS@
772
AM_CFLAGS = @EXTRACFLAGS@
766
773
767
AM_CXXFLAGS = @WARNCXXFLAGS@ @CXX1XCXXFLAGS@ @EXTRACXXFLAGS@
774
AM_CXXFLAGS = @WARNCXXFLAGS@ @CXX1XCXXFLAGS@ @EXTRACXXFLAGS@

Return to bug 588490