~ubuntu-branches/debian/squeeze/vlc/squeeze

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Mutricy
  • Date: 2009-09-20 01:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090920010841-vc6vme91a70r5w0t
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
libvlccore_la_LDFLAGS = `$(VLC_CONFIG) --ldflags libvlccore` $(AM_LDFLAGS) \
166
166
        -no-undefined \
167
167
        -export-symbols $(srcdir)/libvlccore.sym \
168
 
        -version-info 2:0:0
 
168
        -version-info 3:0:1
169
169
libvlccore_la_LIBADD = `$(VLC_CONFIG) -libs libvlccore` $(AM_LIBADD) \
170
170
        $(LTLIBINTL) ../compat/libcompat.la
171
171
libvlccore_la_DEPENDENCIES = libvlccore.sym
182
182
        libvlccore.la ../compat/libcompat.la
183
183
libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc`
184
184
libvlc_la_LDFLAGS = $(AM_LDFLAGS) `$(VLC_CONFIG) --ldflags libvlc` \
185
 
        -version-info 4:0:2 \
 
185
        -version-info 4:1:2 \
186
186
        -export-symbols $(srcdir)/libvlc.sym
187
187
libvlc_la_DEPENDENCIES = libvlc.sym libvlccore.la
188
188
if HAVE_WIN32