[rygel] core,ui,plugins: Vala debugging symbols
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] core,ui,plugins: Vala debugging symbols
- Date: Mon, 28 Dec 2009 16:13:56 +0000 (UTC)
commit 4b3b4ba87a00296c3753634f70a6d7aef479ca83
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Mon Dec 28 17:41:57 2009 +0200
core,ui,plugins: Vala debugging symbols
Tell valac to put debugging symbols to generated code so gdb can refer to
lines in the Vala source code.
src/plugins/external/Makefile.am | 2 +-
src/plugins/gst-launch/Makefile.am | 2 +-
src/plugins/gst-renderer/Makefile.am | 2 +-
src/plugins/media-export/Makefile.am | 2 +-
src/plugins/mediathek/Makefile.am | 2 +-
src/plugins/test/Makefile.am | 2 +-
src/plugins/tracker/Makefile.am | 2 +-
src/rygel/Makefile.am | 2 +-
src/ui/Makefile.am | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/plugins/external/Makefile.am b/src/plugins/external/Makefile.am
index 3236b2b..c95316f 100644
--- a/src/plugins/external/Makefile.am
+++ b/src/plugins/external/Makefile.am
@@ -25,7 +25,7 @@ librygel_external_la_SOURCES = rygel-external-content-dir.vala \
rygel-external-icon-factory.vala
rygel-external.stamp: $(librygel_external_la_VALASOURCES)
-librygel_external_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel \
+librygel_external_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel -g \
--pkg rygel-1.0 --pkg cstuff --pkg gupnp-1.0 \
--pkg gupnp-av-1.0 --pkg dbus-glib-1 \
--pkg gee-1.0 --pkg gstreamer-0.10 \
diff --git a/src/plugins/gst-launch/Makefile.am b/src/plugins/gst-launch/Makefile.am
index 0749f58..bf6890f 100644
--- a/src/plugins/gst-launch/Makefile.am
+++ b/src/plugins/gst-launch/Makefile.am
@@ -15,7 +15,7 @@ librygel_gst_launch_la_SOURCES = rygel-gst-launch-plugin.vala \
rygel-gst-launch-content-dir.vala \
rygel-gst-launch-item.vala
-librygel_gst_launch_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel \
+librygel_gst_launch_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel -g \
--pkg rygel-1.0 --pkg cstuff --pkg gconf-2.0 \
--pkg gupnp-1.0 --pkg gupnp-av-1.0 \
--pkg dbus-glib-1 --pkg gee-1.0 --pkg gstreamer-0.10
diff --git a/src/plugins/gst-renderer/Makefile.am b/src/plugins/gst-renderer/Makefile.am
index a81ba86..92e3c48 100644
--- a/src/plugins/gst-renderer/Makefile.am
+++ b/src/plugins/gst-renderer/Makefile.am
@@ -23,7 +23,7 @@ librygel_gst_renderer_la_SOURCES = rygel-gst-connection-manager.vala \
rygel-gst-plugin.vala
librygel_gst_renderer_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel \
- --vapidir=$(srcdir) \
+ --vapidir=$(srcdir) -g \
--pkg rygel-1.0 --pkg cstuff \
--pkg gupnp-1.0 --pkg gupnp-av-1.0 \
--pkg gee-1.0 --pkg gstreamer-0.10
diff --git a/src/plugins/media-export/Makefile.am b/src/plugins/media-export/Makefile.am
index fd696a9..fcade75 100644
--- a/src/plugins/media-export/Makefile.am
+++ b/src/plugins/media-export/Makefile.am
@@ -23,7 +23,7 @@ librygel_media_export_la_SOURCES = rygel-media-export-plugin.vala \
rygel-media-export-harvester.vala \
rygel-media-export-item.vala
-librygel_media_export_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel \
+librygel_media_export_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel -g \
--pkg dbus-glib-1 \
--pkg rygel-1.0 \
--pkg cstuff \
diff --git a/src/plugins/mediathek/Makefile.am b/src/plugins/mediathek/Makefile.am
index ef37e8a..51eb857 100644
--- a/src/plugins/mediathek/Makefile.am
+++ b/src/plugins/mediathek/Makefile.am
@@ -22,7 +22,7 @@ librygel_mediathek_la_SOURCES = rygel-mediathek-asx-playlist.vala \
rygel-mediathek-root-container.vala \
rygel-mediathek-rss-container.vala
-librygel_mediathek_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel \
+librygel_mediathek_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel -g \
--pkg rygel-1.0 \
--pkg cstuff \
--pkg gupnp-1.0 \
diff --git a/src/plugins/test/Makefile.am b/src/plugins/test/Makefile.am
index 081da27..e85766f 100644
--- a/src/plugins/test/Makefile.am
+++ b/src/plugins/test/Makefile.am
@@ -22,7 +22,7 @@ librygel_test_la_SOURCES = rygel-test-content-dir.vala \
rygel-test-video-item.vala \
rygel-test-plugin.vala
-librygel_test_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel \
+librygel_test_la_VALAFLAGS = --vapidir=$(top_srcdir)/src/rygel -g \
--pkg rygel-1.0 --pkg cstuff --pkg gconf-2.0 \
--pkg gupnp-1.0 --pkg gupnp-av-1.0 \
--pkg dbus-glib-1 --pkg gee-1.0 --pkg gstreamer-0.10
diff --git a/src/plugins/tracker/Makefile.am b/src/plugins/tracker/Makefile.am
index 076cbf4..fae8b18 100644
--- a/src/plugins/tracker/Makefile.am
+++ b/src/plugins/tracker/Makefile.am
@@ -31,7 +31,7 @@ librygel_media_tracker_la_SOURCES = \
rygel-tracker-interfaces.vala
librygel_media_tracker_la_VALAFLAGS = \
- --vapidir=$(top_srcdir)/src/rygel \
+ --vapidir=$(top_srcdir)/src/rygel -g \
--pkg rygel-1.0 --pkg cstuff --pkg gconf-2.0 \
--pkg gupnp-1.0 --pkg gupnp-av-1.0 \
--pkg dbus-glib-1 --pkg gee-1.0 --pkg gstreamer-0.10
diff --git a/src/rygel/Makefile.am b/src/rygel/Makefile.am
index bf8a961..baea518 100644
--- a/src/rygel/Makefile.am
+++ b/src/rygel/Makefile.am
@@ -94,7 +94,7 @@ VAPI_SOURCE_FILES = rygel-configuration.vala \
rygel-log-handler.vala
rygel_VALAFLAGS = \
- -H rygel.h -C --library=rygel-1.0 --vapidir=$(srcdir) --thread \
+ -H rygel.h -g -C --library=rygel-1.0 --vapidir=$(srcdir) --thread \
--pkg cstuff --pkg gupnp-1.0 --pkg gupnp-av-1.0 --pkg dbus-glib-1 \
--pkg gstreamer-0.10 --pkg gio-2.0 --pkg gee-1.0 --pkg sqlite3
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index cb259d4..5c893d7 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -30,7 +30,7 @@ rygel_preferences_SOURCES = \
rygel.stamp: $(rygel_preferences_VALASOURCES)
rygel_preferences_VALAFLAGS = \
- --vapidir=$(rygeldir) --thread \
+ --vapidir=$(rygeldir) --thread -g \
--pkg rygel-1.0 --pkg cstuff --pkg gupnp-1.0 --pkg gupnp-av-1.0 \
--pkg dbus-glib-1 --pkg gconf-2.0 --pkg gstreamer-0.10 \
--pkg gio-2.0 --pkg gee-1.0 --pkg gtk+-2.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]