~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to plugins/cdrkit/Makefile.am

  • 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:
19
19
wodim_LTLIBRARIES = libbrasero-wodim.la
20
20
libbrasero_wodim_la_SOURCES = burn-wodim.c \
21
21
        burn-cdrkit.h 
22
 
libbrasero_wodim_la_LIBADD = $(BRASERO_GLIB_LIBS) ../../libbrasero-media/libbrasero-media3.la ../../libbrasero-burn/libbrasero-burn3.la
 
22
libbrasero_wodim_la_LIBADD = ../../libbrasero-media/libbrasero-media3.la ../../libbrasero-burn/libbrasero-burn3.la $(BRASERO_GLIB_LIBS)
23
23
libbrasero_wodim_la_LDFLAGS = -module -avoid-version
24
24
 
25
25
#genisoimage
27
27
genisoimage_LTLIBRARIES = libbrasero-genisoimage.la
28
28
libbrasero_genisoimage_la_SOURCES = burn-genisoimage.c \
29
29
        burn-cdrkit.h 
30
 
libbrasero_genisoimage_la_LIBADD = $(BRASERO_GLIB_LIBS) ../../libbrasero-burn/libbrasero-burn3.la
 
30
libbrasero_genisoimage_la_LIBADD = ../../libbrasero-burn/libbrasero-burn3.la $(BRASERO_GLIB_LIBS)
31
31
libbrasero_genisoimage_la_LDFLAGS = -module -avoid-version
32
32
 
33
33
#readom
35
35
readom_LTLIBRARIES = libbrasero-readom.la
36
36
libbrasero_readom_la_SOURCES = burn-readom.c \
37
37
        burn-cdrkit.h 
38
 
libbrasero_readom_la_LIBADD = $(BRASERO_GLIB_LIBS) ../../libbrasero-media/libbrasero-media3.la ../../libbrasero-burn/libbrasero-burn3.la
 
38
libbrasero_readom_la_LIBADD = ../../libbrasero-media/libbrasero-media3.la ../../libbrasero-burn/libbrasero-burn3.la $(BRASERO_GLIB_LIBS)
39
39
libbrasero_readom_la_LDFLAGS = -module -avoid-version
40
40
 
41
41
-include $(top_srcdir)/git.mk