projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839005f
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Fri, 23 Aug 2019 08:35:35 +0000
(10:35 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 23 Aug 2019 08:35:35 +0000
(10:35 +0200)
src/conversation/Makefile.am
patch
|
blob
|
history
diff --git
a/src/conversation/Makefile.am
b/src/conversation/Makefile.am
index 6ad6f68f6c8379ef92a60232012e6b393f647a6e..6f3227d0eda7f2fc4707aa619b09aee5b7a1736f 100644
(file)
--- a/
src/conversation/Makefile.am
+++ b/
src/conversation/Makefile.am
@@
-12,6
+12,7
@@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/include \
-I$(top_srcdir)
+
if BUILD_CONVERSATION
lib_LTLIBRARIES = \
libgnunetmicrophone.la \
@@
-101,9
+102,11
@@
endif
endif
endif
+if BUILD_CONVERSATION
libexec_PROGRAMS += \
$(AUDIO_HELPER_RECD) \
$(AUDIO_HELPER_PLAY)
+endifx
AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
if ENABLE_TEST_RUN