summaryrefslogtreecommitdiff
blob: c1e1c0d42791e92cb3806b7867795cc7b1b87769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
--- a/farstream/Makefile.in
+++ b/farstream/Makefile.in
@@ -17,6 +17,8 @@
 # these are the variables your Makefile.am should set
 # the example is based on the colorbalance interface
 
+H := \#
+
 #glib_enum_headers=$(colorbalance_headers)
 #glib_enum_define=GST_COLOR_BALANCE
 #glib_gen_prefix=gst_color_balance
@@ -549,7 +551,7 @@
 glib_enum_define = FS
 glib_gen_prefix = _fs
 glib_gen_basename = fs
-enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
 @HAVE_INTROSPECTION_TRUE@introspection_sources = \
 @HAVE_INTROSPECTION_TRUE@	$(libfarstream_@FS_APIVERSION@_la_SOURCES) \
 @HAVE_INTROSPECTION_TRUE@	$(nodist_libfarstreaminclude_HEADERS) \
--- a/gst/fsrtpconference/Makefile.in
+++ b/gst/fsrtpconference/Makefile.in
@@ -17,6 +17,8 @@
 # these are the variables your Makefile.am should set
 # the example is based on the colorbalance interface
 
+H := \#
+
 #glib_enum_headers=$(colorbalance_headers)
 #glib_enum_define=GST_COLOR_BALANCE
 #glib_gen_prefix=gst_color_balance
@@ -569,7 +571,7 @@
 glib_enum_define = FS_RTP
 glib_gen_prefix = _fs_rtp
 glib_gen_basename = fs-rtp
-enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
 all: all-am
 
 .SUFFIXES:
--- a/transmitters/rawudp/Makefile.in
+++ b/transmitters/rawudp/Makefile.in
@@ -17,6 +17,8 @@
 # these are the variables your Makefile.am should set
 # the example is based on the colorbalance interface
 
+H := \#
+
 #glib_enum_headers=$(colorbalance_headers)
 #glib_enum_define=GST_COLOR_BALANCE
 #glib_gen_prefix=gst_color_balance
@@ -496,7 +498,7 @@
 glib_enum_define = FS_RAWUDP
 glib_gen_prefix = _fs_rawudp
 glib_gen_basename = fs-rawudp
-enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
 all: all-am
 
 .SUFFIXES: