~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-01-19 14:45:36 UTC
  • mto: (1.5.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20090119144536-utms6nayov12cie9
Tags: upstream-0.9.14
ImportĀ upstreamĀ versionĀ 0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
        $(top_srcdir)/m4/check_define.m4 $(top_srcdir)/m4/iconv.m4 \
246
246
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
247
247
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
248
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/tls.m4 \
249
 
        $(top_srcdir)/configure.ac
 
248
        $(top_srcdir)/m4/tls.m4 $(top_srcdir)/configure.ac
250
249
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
251
250
        $(ACLOCAL_M4)
252
251
mkinstalldirs = $(install_sh) -d
2329
2328
AM_LDADD = $(PTHREAD_LIBS) $(INTLLIBS)
2330
2329
 
2331
2330
# Only required on some platforms but defined for all to avoid errors
2332
 
AM_LDFLAGS = -Wl,-no-undefined -Wl,--gc-sections $(am__append_1)
 
2331
AM_LDFLAGS = -Wl,-no-undefined -Wl,--gc-sections -Wl,-z,nodelete \
 
2332
        $(am__append_1)
2333
2333
@STATIC_BINS_TRUE@BINLDFLAGS = -static
2334
2334
@OS_IS_WIN32_TRUE@WINSOCK_LIBS = -lwsock32 -lws2_32 -lwininet
2335
2335
@OS_IS_WIN32_FALSE@PA_THREAD_OBJS = \