~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to plugins/vcdimager/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
vcdimager_LTLIBRARIES = libbrasero-vcdimager.la
20
20
 
21
21
libbrasero_vcdimager_la_SOURCES = burn-vcdimager.c 
22
 
libbrasero_vcdimager_la_LIBADD = $(BRASERO_GLIB_LIBS) $(BRASERO_LIBXML_LIBS) ../../libbrasero-burn/libbrasero-burn3.la
 
22
libbrasero_vcdimager_la_LIBADD = ../../libbrasero-burn/libbrasero-burn3.la $(BRASERO_GLIB_LIBS) $(BRASERO_LIBXML_LIBS)
23
23
libbrasero_vcdimager_la_LDFLAGS = -module -avoid-version
24
24
 
25
25