~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to plugins/growisofs/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-05 22:32:37 UTC
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20120305223237-iomimlei8d1813n4
Tags: upstream-3.3.91
ImportĀ upstreamĀ versionĀ 3.3.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        "$(DESTDIR)$(growisofsdir)"
70
70
LTLIBRARIES = $(dvdrwformat_LTLIBRARIES) $(growisofs_LTLIBRARIES)
71
71
am__DEPENDENCIES_1 =
72
 
libbrasero_dvdrwformat_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
73
 
        ../../libbrasero-burn/libbrasero-burn3.la
 
72
libbrasero_dvdrwformat_la_DEPENDENCIES =  \
 
73
        ../../libbrasero-burn/libbrasero-burn3.la \
 
74
        $(am__DEPENDENCIES_1)
74
75
am_libbrasero_dvdrwformat_la_OBJECTS = burn-dvd-rw-format.lo
75
76
libbrasero_dvdrwformat_la_OBJECTS =  \
76
77
        $(am_libbrasero_dvdrwformat_la_OBJECTS)
81
82
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
82
83
        $(AM_CFLAGS) $(CFLAGS) $(libbrasero_dvdrwformat_la_LDFLAGS) \
83
84
        $(LDFLAGS) -o $@
84
 
libbrasero_growisofs_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
85
 
        ../../libbrasero-burn/libbrasero-burn3.la
 
85
libbrasero_growisofs_la_DEPENDENCIES =  \
 
86
        ../../libbrasero-burn/libbrasero-burn3.la \
 
87
        $(am__DEPENDENCIES_1)
86
88
am_libbrasero_growisofs_la_OBJECTS = burn-growisofs.lo
87
89
libbrasero_growisofs_la_OBJECTS =  \
88
90
        $(am_libbrasero_growisofs_la_OBJECTS)
352
354
libbrasero_growisofs_la_SOURCES = burn-growisofs.c \
353
355
        burn-growisofs-common.h 
354
356
 
355
 
libbrasero_growisofs_la_LIBADD = $(BRASERO_GLIB_LIBS) ../../libbrasero-burn/libbrasero-burn3.la
 
357
libbrasero_growisofs_la_LIBADD = ../../libbrasero-burn/libbrasero-burn3.la $(BRASERO_GLIB_LIBS)
356
358
libbrasero_growisofs_la_LDFLAGS = -module -avoid-version
357
359
 
358
360
#dvdrwformat
359
361
dvdrwformatdir = $(BRASERO_PLUGIN_DIRECTORY)
360
362
dvdrwformat_LTLIBRARIES = libbrasero-dvdrwformat.la
361
363
libbrasero_dvdrwformat_la_SOURCES = burn-dvd-rw-format.c 
362
 
libbrasero_dvdrwformat_la_LIBADD = $(BRASERO_GLIB_LIBS) ../../libbrasero-burn/libbrasero-burn3.la
 
364
libbrasero_dvdrwformat_la_LIBADD = ../../libbrasero-burn/libbrasero-burn3.la $(BRASERO_GLIB_LIBS)
363
365
libbrasero_dvdrwformat_la_LDFLAGS = -module -avoid-version
364
366
all: all-am
365
367