From 839005f05580cd4ac00c68ab7bcb93de3817fdec Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Aug 2019 09:49:34 +0200 Subject: fix #5829 --- src/conversation/Makefile.am | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'src/conversation') diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am index cbffc3283..6ad6f68f6 100644 --- a/src/conversation/Makefile.am +++ b/src/conversation/Makefile.am @@ -12,11 +12,27 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/include \ -I$(top_srcdir) +if BUILD_CONVERSATION lib_LTLIBRARIES = \ libgnunetmicrophone.la \ libgnunetspeaker.la \ libgnunetconversation.la +bin_PROGRAMS = \ + gnunet-conversation-test \ + gnunet-conversation + +libexec_PROGRAMS = \ + gnunet-service-conversation + +check_PROGRAMS = \ + test_conversation_api \ + test_conversation_api_reject \ + test_conversation_api_twocalls + +pkgcfg_DATA = conversation.conf +endif + pkgcfgdir= $(pkgdatadir)/config.d/ libexecdir= $(pkglibdir)/libexec/ @@ -67,18 +83,6 @@ libgnunetconversation_la_LDFLAGS = \ -version-info 0:0:0 -bin_PROGRAMS = \ - gnunet-conversation-test \ - gnunet-conversation - -libexec_PROGRAMS = \ - gnunet-service-conversation - -check_PROGRAMS = \ - test_conversation_api \ - test_conversation_api_reject \ - test_conversation_api_twocalls - if BUILD_PULSE_HELPERS AUDIO_HELPER_RECD=gnunet-helper-audio-record AUDIO_HELPER_PLAY=gnunet-helper-audio-playback @@ -255,6 +259,5 @@ test_conversation_api_reject_LDFLAGS = \ $(WINFLAGS) -export-dynamic - pkgcfg_DATA = conversation.conf EXTRA_DIST = test_conversation.conf -- cgit v1.2.3