[totem-pl-parser] build: Add totem-pl-playlist.c to plparser_sources
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] build: Add totem-pl-playlist.c to plparser_sources
- Date: Mon, 23 Sep 2013 06:36:15 +0000 (UTC)
commit 56f9ffaef28286eab41420ca6c4b7ae2e4613e75
Author: Arnel A. Borja <arnelborja src gnome org>
Date: Sat Sep 7 00:12:05 2013 +0800
build: Add totem-pl-playlist.c to plparser_sources
The source file totem-pl-playlist.c is not being parsed by g-ir-scanner
because it is missing in instrospection_sources. This will implicitly
add it to that variable.
https://bugzilla.gnome.org/show_bug.cgi?id=707642
plparse/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plparse/Makefile.am b/plparse/Makefile.am
index 6d0c716..f9660b9 100644
--- a/plparse/Makefile.am
+++ b/plparse/Makefile.am
@@ -35,7 +35,8 @@ plparser_sources = \
totem-pl-parser-smil.c \
totem-pl-parser-videosite.c \
totem-pl-parser-wm.c \
- totem-pl-parser-xspf.c
+ totem-pl-parser-xspf.c \
+ totem-pl-playlist.c
nodist_libtotem_plparser_la_SOURCES = $(MARSHALFILES)
dist_libtotem_plparser_la_SOURCES = \
@@ -56,7 +57,6 @@ dist_libtotem_plparser_la_SOURCES = \
totem-pl-parser-videosite.h \
totem-pl-parser-wm.h \
totem-pl-parser-xspf.h \
- totem-pl-playlist.c \
totem-pl-playlist.h \
totem-pl-parser-amz.h \
xmlparser.h xmlparser.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]