aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2014-01-08 14:14:44 +0000
committerLRN <lrn1986@gmail.com>2014-01-08 14:14:44 +0000
commit73bbb9dfcfaa75720f90d35f4f9e9bf731ea9bc5 (patch)
tree3e6090b210a75efeaae2e624abfe53a71230ca64 /src/Makefile.am
parent39d0485fb4ec8cb5b3142c86130b276ed455cb65 (diff)
downloadgnunet-73bbb9dfcfaa75720f90d35f4f9e9bf731ea9bc5.tar.gz
gnunet-73bbb9dfcfaa75720f90d35f4f9e9bf731ea9bc5.zip
Add GStreamer-based implementation of conversation helpers
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 94345a5bd..0aa1ec4d1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,9 +24,11 @@ if HAVE_EXPERIMENTAL
24endif 24endif
25 25
26 26
27if HAVE_PULSE 27if BUILD_PULSE_HELPERS
28if HAVE_OPUS 28CONVERSATION_DIR = conversation
29 CONVERSATION_DIR = conversation 29else
30if BUILD_GST_HELPERS
31CONVERSATION_DIR = conversation
30endif 32endif
31endif 33endif
32 34