aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
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