~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to src/plugins/transcode/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-10 01:16:00 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080810011600-bfb87m1rs6n0qx16
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
libbrasero_normalize_la_SOURCES = burn-normalize.c burn-normalize.h
29
29
libbrasero_normalize_la_LIBADD = $(BRASERO_BASE_LIBS) $(BRASERO_GSTREAMER_CFLAGS)
30
30
libbrasero_normalize_la_LDFLAGS = -module -avoid-version
 
31
 
 
32
vobdir = $(libdir)/brasero/plugins
 
33
vob_LTLIBRARIES = libbrasero-vob.la
 
34
 
 
35
libbrasero_vob_la_SOURCES = burn-vob.c burn-vob.h
 
36
libbrasero_vob_la_LIBADD = $(BRASERO_BASE_LIBS) $(BRASERO_GSTREAMER_CFLAGS)
 
37
libbrasero_vob_la_LDFLAGS = -module -avoid-version