Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706080 | Differences between
and this patch

Collapse All | Expand All

(-)farstream-0.2.8/gst/fsrtpconference/Makefile.in (-1 / +3 lines)
Lines 565-575 Link Here
565
565
566
@ENABLE_GTK_DOC_TRUE@libfsrtpconference_doc_la_LIBADD = $(libfsrtpconference_la_LIBADD)
566
@ENABLE_GTK_DOC_TRUE@libfsrtpconference_doc_la_LIBADD = $(libfsrtpconference_la_LIBADD)
567
567
568
H := \#
569
568
# Build the build sources
570
# Build the build sources
569
glib_enum_define = FS_RTP
571
glib_enum_define = FS_RTP
570
glib_gen_prefix = _fs_rtp
572
glib_gen_prefix = _fs_rtp
571
glib_gen_basename = fs-rtp
573
glib_gen_basename = fs-rtp
572
enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
574
enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
573
all: all-am
575
all: all-am
574
576
575
.SUFFIXES:
577
.SUFFIXES:
(-)farstream-0.2.8/farstream/Makefile.in (-1 / +3 lines)
Lines 545-555 Link Here
545
		fs-conference.h \
545
		fs-conference.h \
546
		fs-utils.h
546
		fs-utils.h
547
547
548
H := \#
549
548
glib_enum_headers = $(public_headers)
550
glib_enum_headers = $(public_headers)
549
glib_enum_define = FS
551
glib_enum_define = FS
550
glib_gen_prefix = _fs
552
glib_gen_prefix = _fs
551
glib_gen_basename = fs
553
glib_gen_basename = fs
552
enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
554
enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
553
@HAVE_INTROSPECTION_TRUE@introspection_sources = \
555
@HAVE_INTROSPECTION_TRUE@introspection_sources = \
554
@HAVE_INTROSPECTION_TRUE@	$(libfarstream_@FS_APIVERSION@_la_SOURCES) \
556
@HAVE_INTROSPECTION_TRUE@	$(libfarstream_@FS_APIVERSION@_la_SOURCES) \
555
@HAVE_INTROSPECTION_TRUE@	$(nodist_libfarstreaminclude_HEADERS) \
557
@HAVE_INTROSPECTION_TRUE@	$(nodist_libfarstreaminclude_HEADERS) \

Return to bug 706080