aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-25 09:25:46 +0000
committerng0 <ng0@n0.is>2019-10-25 09:25:46 +0000
commit4d21b22fd4353535d8023a3ac63370e6cc4c0407 (patch)
tree3069c2782bf7216de60d06b56770e2bb9f3b2d45 /src/conversation
parent8ac01c67a941fdb7336ec274450adffacf1dcc02 (diff)
downloadgnunet-4d21b22fd4353535d8023a3ac63370e6cc4c0407.tar.gz
gnunet-4d21b22fd4353535d8023a3ac63370e6cc4c0407.zip
follow-up to win32 removal.
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/Makefile.am30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index dc8283e9b..2be4ba796 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -52,7 +52,7 @@ libgnunetmicrophone_la_SOURCES = \
52libgnunetmicrophone_la_LIBADD = \ 52libgnunetmicrophone_la_LIBADD = \
53 $(top_builddir)/src/util/libgnunetutil.la 53 $(top_builddir)/src/util/libgnunetutil.la
54libgnunetmicrophone_la_LDFLAGS = \ 54libgnunetmicrophone_la_LDFLAGS = \
55 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 55 $(GN_LIB_LDFLAGS) \
56 -version-info 0:0:0 56 -version-info 0:0:0
57 57
58libgnunetspeaker_la_SOURCES = \ 58libgnunetspeaker_la_SOURCES = \
@@ -60,7 +60,7 @@ libgnunetspeaker_la_SOURCES = \
60libgnunetspeaker_la_LIBADD = \ 60libgnunetspeaker_la_LIBADD = \
61 $(top_builddir)/src/util/libgnunetutil.la 61 $(top_builddir)/src/util/libgnunetutil.la
62libgnunetspeaker_la_LDFLAGS = \ 62libgnunetspeaker_la_LDFLAGS = \
63 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 63 $(GN_LIB_LDFLAGS) \
64 -version-info 0:0:0 64 -version-info 0:0:0
65 65
66 66
@@ -76,7 +76,7 @@ libgnunetconversation_la_LIBADD = \
76 $(top_builddir)/src/util/libgnunetutil.la 76 $(top_builddir)/src/util/libgnunetutil.la
77 77
78libgnunetconversation_la_LDFLAGS = \ 78libgnunetconversation_la_LDFLAGS = \
79 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 79 $(GN_LIB_LDFLAGS) \
80 -version-info 0:0:0 80 -version-info 0:0:0
81 81
82 82
@@ -117,7 +117,7 @@ gnunet_helper_audio_record_LDADD = \
117 -lpulse -lopus -logg \ 117 -lpulse -lopus -logg \
118 $(INTLLIBS) 118 $(INTLLIBS)
119gnunet_helper_audio_record_LDFLAGS = \ 119gnunet_helper_audio_record_LDFLAGS = \
120 $(WINFLAGS) 120
121 121
122gnunet_helper_audio_playback_SOURCES = \ 122gnunet_helper_audio_playback_SOURCES = \
123 gnunet-helper-audio-playback.c 123 gnunet-helper-audio-playback.c
@@ -126,7 +126,7 @@ gnunet_helper_audio_playback_LDADD = \
126 -lpulse -lopus -logg \ 126 -lpulse -lopus -logg \
127 $(INTLLIBS) 127 $(INTLLIBS)
128gnunet_helper_audio_playback_LDFLAGS = \ 128gnunet_helper_audio_playback_LDFLAGS = \
129 $(WINFLAGS) 129
130else 130else
131if BUILD_GST_HELPERS 131if BUILD_GST_HELPERS
132gnunet_helper_audio_record_SOURCES = \ 132gnunet_helper_audio_record_SOURCES = \
@@ -136,7 +136,7 @@ gnunet_helper_audio_record_LDADD = \
136 $(GST_LIBS) \ 136 $(GST_LIBS) \
137 $(INTLLIBS) 137 $(INTLLIBS)
138gnunet_helper_audio_record_LDFLAGS = \ 138gnunet_helper_audio_record_LDFLAGS = \
139 $(WINFLAGS) $(GST_LDFLAGS) 139 $(GST_LDFLAGS)
140gnunet_helper_audio_record_CFLAGS = \ 140gnunet_helper_audio_record_CFLAGS = \
141 $(GST_CFLAGS) 141 $(GST_CFLAGS)
142 142
@@ -147,7 +147,7 @@ gnunet_helper_audio_playback_LDADD = \
147 $(GST_LIBS) \ 147 $(GST_LIBS) \
148 $(INTLLIBS) 148 $(INTLLIBS)
149gnunet_helper_audio_playback_LDFLAGS = \ 149gnunet_helper_audio_playback_LDFLAGS = \
150 $(WINFLAGS) $(GST_LDFLAGS) 150 $(GST_LDFLAGS)
151gnunet_helper_audio_playback_CFLAGS = \ 151gnunet_helper_audio_playback_CFLAGS = \
152 $(GST_CFLAGS) -DIS_SPEAKER 152 $(GST_CFLAGS) -DIS_SPEAKER
153else 153else
@@ -159,7 +159,7 @@ gnunet_helper_audio_record_LDADD = \
159 $(GST_LIBS) \ 159 $(GST_LIBS) \
160 $(INTLLIBS) 160 $(INTLLIBS)
161gnunet_helper_audio_record_LDFLAGS = \ 161gnunet_helper_audio_record_LDFLAGS = \
162 $(WINFLAGS) $(GST_LDFLAGS) 162 $(GST_LDFLAGS)
163gnunet_helper_audio_record_CFLAGS = \ 163gnunet_helper_audio_record_CFLAGS = \
164 $(GST_CFLAGS) -DIS_MIC 164 $(GST_CFLAGS) -DIS_MIC
165 165
@@ -170,7 +170,7 @@ gnunet_helper_audio_playback_LDADD = \
170 $(GST_LIBS) \ 170 $(GST_LIBS) \
171 $(INTLLIBS) 171 $(INTLLIBS)
172gnunet_helper_audio_playback_LDFLAGS = \ 172gnunet_helper_audio_playback_LDFLAGS = \
173 $(WINFLAGS) $(GST_LDFLAGS) 173 $(GST_LDFLAGS)
174gnunet_helper_audio_playback_CFLAGS = \ 174gnunet_helper_audio_playback_CFLAGS = \
175 $(GST_CFLAGS) -DIS_SPEAKER 175 $(GST_CFLAGS) -DIS_SPEAKER
176endif 176endif
@@ -187,7 +187,7 @@ gnunet_service_conversation_LDADD = \
187 $(top_builddir)/src/util/libgnunetutil.la \ 187 $(top_builddir)/src/util/libgnunetutil.la \
188 $(INTLLIBS) 188 $(INTLLIBS)
189gnunet_service_conversation_LDFLAGS = \ 189gnunet_service_conversation_LDFLAGS = \
190 $(WINFLAGS) 190
191 191
192gnunet_conversation_SOURCES = \ 192gnunet_conversation_SOURCES = \
193 gnunet-conversation.c 193 gnunet-conversation.c
@@ -202,7 +202,7 @@ gnunet_conversation_LDADD = \
202 $(top_builddir)/src/util/libgnunetutil.la \ 202 $(top_builddir)/src/util/libgnunetutil.la \
203 $(INTLLIBS) 203 $(INTLLIBS)
204gnunet_conversation_LDFLAGS = \ 204gnunet_conversation_LDFLAGS = \
205 $(WINFLAGS) 205
206 206
207gnunet_conversation_test_SOURCES = \ 207gnunet_conversation_test_SOURCES = \
208 gnunet-conversation-test.c 208 gnunet-conversation-test.c
@@ -212,7 +212,7 @@ gnunet_conversation_test_LDADD = \
212 $(top_builddir)/src/util/libgnunetutil.la \ 212 $(top_builddir)/src/util/libgnunetutil.la \
213 $(INTLLIBS) 213 $(INTLLIBS)
214gnunet_conversation_test_LDFLAGS = \ 214gnunet_conversation_test_LDFLAGS = \
215 $(WINFLAGS) 215
216 216
217 217
218test_conversation_api_SOURCES = \ 218test_conversation_api_SOURCES = \
@@ -227,7 +227,7 @@ test_conversation_api_LDADD = \
227 $(top_builddir)/src/testing/libgnunettesting.la \ 227 $(top_builddir)/src/testing/libgnunettesting.la \
228 $(top_builddir)/src/util/libgnunetutil.la 228 $(top_builddir)/src/util/libgnunetutil.la
229test_conversation_api_LDFLAGS = \ 229test_conversation_api_LDFLAGS = \
230 $(WINFLAGS) -export-dynamic 230 -export-dynamic
231 231
232test_conversation_api_twocalls_SOURCES = \ 232test_conversation_api_twocalls_SOURCES = \
233 test_conversation_api_twocalls.c 233 test_conversation_api_twocalls.c
@@ -241,7 +241,7 @@ test_conversation_api_twocalls_LDADD = \
241 $(top_builddir)/src/testing/libgnunettesting.la \ 241 $(top_builddir)/src/testing/libgnunettesting.la \
242 $(top_builddir)/src/util/libgnunetutil.la 242 $(top_builddir)/src/util/libgnunetutil.la
243test_conversation_api_twocalls_LDFLAGS = \ 243test_conversation_api_twocalls_LDFLAGS = \
244 $(WINFLAGS) -export-dynamic 244 -export-dynamic
245 245
246test_conversation_api_reject_SOURCES = \ 246test_conversation_api_reject_SOURCES = \
247 test_conversation_api_reject.c 247 test_conversation_api_reject.c
@@ -255,7 +255,7 @@ test_conversation_api_reject_LDADD = \
255 $(top_builddir)/src/testing/libgnunettesting.la \ 255 $(top_builddir)/src/testing/libgnunettesting.la \
256 $(top_builddir)/src/util/libgnunetutil.la 256 $(top_builddir)/src/util/libgnunetutil.la
257test_conversation_api_reject_LDFLAGS = \ 257test_conversation_api_reject_LDFLAGS = \
258 $(WINFLAGS) -export-dynamic 258 -export-dynamic
259 259
260 260
261 261