gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix syntax


From: gnunet
Subject: [gnunet] branch master updated: fix syntax
Date: Fri, 25 Oct 2019 11:39:48 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3650b47b4 fix syntax
3650b47b4 is described below

commit 3650b47b46c944473c28d73b3c148e985879026c
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 25 09:37:14 2019 +0000

    fix syntax
---
 src/conversation/Makefile.am | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index 2be4ba796..7645b7973 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -116,8 +116,8 @@ gnunet_helper_audio_record_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   -lpulse  -lopus -logg \
   $(INTLLIBS)
-gnunet_helper_audio_record_LDFLAGS = \
-  
+#gnunet_helper_audio_record_LDFLAGS = \
+#  
 
 gnunet_helper_audio_playback_SOURCES = \
   gnunet-helper-audio-playback.c
@@ -125,8 +125,8 @@ gnunet_helper_audio_playback_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   -lpulse -lopus -logg \
   $(INTLLIBS)
-gnunet_helper_audio_playback_LDFLAGS = \
-  
+#gnunet_helper_audio_playback_LDFLAGS = \
+#  
 else
 if BUILD_GST_HELPERS
 gnunet_helper_audio_record_SOURCES = \
@@ -186,8 +186,8 @@ gnunet_service_conversation_LDADD = \
   $(top_builddir)/src/cadet/libgnunetcadet.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(INTLLIBS)
-gnunet_service_conversation_LDFLAGS = \
-  
+#gnunet_service_conversation_LDFLAGS = \
+#  
 
 gnunet_conversation_SOURCES = \
   gnunet-conversation.c
@@ -201,8 +201,8 @@ gnunet_conversation_LDADD = \
   $(top_builddir)/src/identity/libgnunetidentity.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(INTLLIBS)
-gnunet_conversation_LDFLAGS = \
- 
+#gnunet_conversation_LDFLAGS = \
+# 
 
 gnunet_conversation_test_SOURCES = \
   gnunet-conversation-test.c
@@ -211,8 +211,8 @@ gnunet_conversation_test_LDADD = \
   libgnunetspeaker.la \
   $(top_builddir)/src/util/libgnunetutil.la  \
   $(INTLLIBS)
-gnunet_conversation_test_LDFLAGS = \
- 
+#gnunet_conversation_test_LDFLAGS = \
+# 
 
 
 test_conversation_api_SOURCES = \

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]