]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/totem/files/cflags.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / totem / files / cflags.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- totem-1.0.4/src/Makefile.am~cflags
7 +++ totem-1.0.4/src/Makefile.am
8 @@ -1,4 +1,4 @@
9 -noinst_PROGRAMS = bvw-test list_v4l test-parser disc-test metadata-test
10 +#noinst_PROGRAMS = bvw-test list_v4l test-parser disc-test metadata-test
11  
12  if TOTEM_VANITY
13  VANITY=vanity
14 @@ -179,8 +179,10 @@
15  list_v4l_SOURCES = list_v4l.c $(BACON_V4L_SELECTION)
16  list_v4l_LDADD = $(GTK_LIBS)
17  
18 +test_parser_CFLAGS = $(TOTEM_PLPARSER_CFLAGS)
19  test_parser_SOURCES = test-parser.c
20  test_parser_LDADD = \
21 +       $(TOTEM_PLPARSER_LIBS)
22         $(EXTRA_GNOME_LIBS) \
23         libtotem-plparser.la
24  
25 @@ -224,6 +226,8 @@
26         totem-disc.h                            \
27         totem-pl-parser.h
28  
29 +libtotem_plparser_la_CFLAGS = $(TOTEM_PLPARSER_CFLAGS)
30 +
31  libtotem_plparser_la_LDFLAGS =                 \
32         -version-info $(PLPARSER_LT_VERSION)    \
33         -no-undefined                           \