diff options
author | ng0 <ng0@n0.is> | 2019-10-25 09:37:14 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-10-25 09:37:14 +0000 |
commit | 3650b47b46c944473c28d73b3c148e985879026c (patch) | |
tree | c12012eb4147c132fa265faa1244249f861939c7 | |
parent | 4d21b22fd4353535d8023a3ac63370e6cc4c0407 (diff) |
fix syntax
-rw-r--r-- | src/conversation/Makefile.am | 20 |
1 files 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 = \ |