brasero r586 - in branches/brasero_0_7: . src src/plugins/cdrdao src/plugins/cdrkit src/plugins/cdrtools src/plugins/checksum src/plugins/dvdcss src/plugins/growisofs src/plugins/libburnia src/plugins/local-track src/plugins/transcode
- From: lmedinas svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r586 - in branches/brasero_0_7: . src src/plugins/cdrdao src/plugins/cdrkit src/plugins/cdrtools src/plugins/checksum src/plugins/dvdcss src/plugins/growisofs src/plugins/libburnia src/plugins/local-track src/plugins/transcode
- Date: Thu, 10 Jan 2008 00:34:27 +0000 (GMT)
Author: lmedinas
Date: Thu Jan 10 00:34:27 2008
New Revision: 586
URL: http://svn.gnome.org/viewvc/brasero?rev=586&view=rev
Log:
2008-01-10 Luis Medinas <lmedinas svn gnome org>
* src/Makefile.am:
* src/plugins/cdrdao/Makefile.am:
* src/plugins/cdrkit/Makefile.am:
* src/plugins/cdrtools/Makefile.am:
* src/plugins/checksum/Makefile.am:
* src/plugins/dvdcss/Makefile.am:
* src/plugins/growisofs/Makefile.am:
* src/plugins/libburnia/Makefile.am:
* src/plugins/local-track/Makefile.am:
* src/plugins/transcode/Makefile.am:
Remove -Wall from Makefiles to fix build in Solaris.
Thanks to Brian Cameron <brian cameron sun com> for the patch.
Modified:
branches/brasero_0_7/ChangeLog
branches/brasero_0_7/src/Makefile.am
branches/brasero_0_7/src/plugins/cdrdao/Makefile.am
branches/brasero_0_7/src/plugins/cdrkit/Makefile.am
branches/brasero_0_7/src/plugins/cdrtools/Makefile.am
branches/brasero_0_7/src/plugins/checksum/Makefile.am
branches/brasero_0_7/src/plugins/dvdcss/Makefile.am
branches/brasero_0_7/src/plugins/growisofs/Makefile.am
branches/brasero_0_7/src/plugins/libburnia/Makefile.am
branches/brasero_0_7/src/plugins/local-track/Makefile.am
branches/brasero_0_7/src/plugins/transcode/Makefile.am
Modified: branches/brasero_0_7/src/Makefile.am
==============================================================================
--- branches/brasero_0_7/src/Makefile.am (original)
+++ branches/brasero_0_7/src/Makefile.am Thu Jan 10 00:34:27 2008
@@ -21,7 +21,7 @@
CLEANFILES = $(RECMARSHALFILES)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -g
EXTRA_DIST = cd-content-marshal.list
Modified: branches/brasero_0_7/src/plugins/cdrdao/Makefile.am
==============================================================================
--- branches/brasero_0_7/src/plugins/cdrdao/Makefile.am (original)
+++ branches/brasero_0_7/src/plugins/cdrdao/Makefile.am Thu Jan 10 00:34:27 2008
@@ -18,7 +18,7 @@
$(DISABLE_DEPRECATED) \
$(BRASERO_BASE_CFLAGS)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -g
#cdrdao
cdrdaodir = $(libdir)/brasero/plugins
Modified: branches/brasero_0_7/src/plugins/cdrkit/Makefile.am
==============================================================================
--- branches/brasero_0_7/src/plugins/cdrkit/Makefile.am (original)
+++ branches/brasero_0_7/src/plugins/cdrkit/Makefile.am Thu Jan 10 00:34:27 2008
@@ -18,7 +18,7 @@
$(DISABLE_DEPRECATED) \
$(BRASERO_BASE_CFLAGS)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -g
#wodim
wodimdir = $(libdir)/brasero/plugins
Modified: branches/brasero_0_7/src/plugins/cdrtools/Makefile.am
==============================================================================
--- branches/brasero_0_7/src/plugins/cdrtools/Makefile.am (original)
+++ branches/brasero_0_7/src/plugins/cdrtools/Makefile.am Thu Jan 10 00:34:27 2008
@@ -18,7 +18,7 @@
$(DISABLE_DEPRECATED) \
$(BRASERO_BASE_CFLAGS)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -g
#cdrecord
cdrecorddir = $(libdir)/brasero/plugins
Modified: branches/brasero_0_7/src/plugins/checksum/Makefile.am
==============================================================================
--- branches/brasero_0_7/src/plugins/checksum/Makefile.am (original)
+++ branches/brasero_0_7/src/plugins/checksum/Makefile.am Thu Jan 10 00:34:27 2008
@@ -19,7 +19,7 @@
$(DISABLE_DEPRECATED) \
$(BRASERO_BASE_CFLAGS)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -g
md5sumdir = $(libdir)/brasero/plugins
md5sum_LTLIBRARIES = libbrasero-md5sum.la
Modified: branches/brasero_0_7/src/plugins/dvdcss/Makefile.am
==============================================================================
--- branches/brasero_0_7/src/plugins/dvdcss/Makefile.am (original)
+++ branches/brasero_0_7/src/plugins/dvdcss/Makefile.am Thu Jan 10 00:34:27 2008
@@ -19,7 +19,7 @@
$(DISABLE_DEPRECATED) \
$(BRASERO_BASE_CFLAGS)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -g
plugin_LTLIBRARIES = libbrasero-dvdcss.la
Modified: branches/brasero_0_7/src/plugins/growisofs/Makefile.am
==============================================================================
--- branches/brasero_0_7/src/plugins/growisofs/Makefile.am (original)
+++ branches/brasero_0_7/src/plugins/growisofs/Makefile.am Thu Jan 10 00:34:27 2008
@@ -18,7 +18,7 @@
$(DISABLE_DEPRECATED) \
$(BRASERO_BASE_CFLAGS)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -g
#growisofs
growisofsdir = $(libdir)/brasero/plugins
Modified: branches/brasero_0_7/src/plugins/libburnia/Makefile.am
==============================================================================
--- branches/brasero_0_7/src/plugins/libburnia/Makefile.am (original)
+++ branches/brasero_0_7/src/plugins/libburnia/Makefile.am Thu Jan 10 00:34:27 2008
@@ -20,7 +20,7 @@
$(BRASERO_LIBBURN_CFLAGS) \
$(BRASERO_BASE_CFLAGS)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -g
#libburn
libburndir = $(libdir)/brasero/plugins
Modified: branches/brasero_0_7/src/plugins/local-track/Makefile.am
==============================================================================
--- branches/brasero_0_7/src/plugins/local-track/Makefile.am (original)
+++ branches/brasero_0_7/src/plugins/local-track/Makefile.am Thu Jan 10 00:34:27 2008
@@ -21,7 +21,7 @@
$(BRASERO_BASE_CFLAGS) \
$(BRASERO_GNOMEVFS_CFLAGS)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -g
#local-track
plugin_LTLIBRARIES = libbrasero-local-track.la
Modified: branches/brasero_0_7/src/plugins/transcode/Makefile.am
==============================================================================
--- branches/brasero_0_7/src/plugins/transcode/Makefile.am (original)
+++ branches/brasero_0_7/src/plugins/transcode/Makefile.am Thu Jan 10 00:34:27 2008
@@ -20,10 +20,10 @@
$(BRASERO_BASE_CFLAGS) \
$(BRASERO_GSTREAMER_CFLAGS)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -g
plugin_LTLIBRARIES = libbrasero-transcode.la
libbrasero_transcode_la_SOURCES = burn-transcode.c burn-transcode.h
libbrasero_transcode_la_LIBADD = $(BRASERO_BASE_LIBS) $(BRASERO_GSTREAMER_CFLAGS)
-libbrasero_transcode_la_LDFLAGS = -module -avoid-version
\ No newline at end of file
+libbrasero_transcode_la_LDFLAGS = -module -avoid-version
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]