about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-08 23:07:51 +0000
committerJames Booth <boothj5@gmail.com>2014-02-08 23:07:51 +0000
commit7e4b1b1dea89ff404bf9b75a380c064d78255239 (patch)
treecfa9b4168bb13e101392f3d530229a15439a6068 /Makefile.am
parent3e02921859f13694113daa4264a7a3d02d9e250e (diff)
downloadprofani-tty-7e4b1b1dea89ff404bf9b75a380c064d78255239.tar.gz
Added libotr back to configure by default
Renamed to BUILD_OTR3
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a977ea7c..1c3388d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,7 +105,7 @@ with_git_sources = $(core_sources)
 tests_with_git_sources = $(test_sources)
 endif
 
-if BUILD_OTR
+if BUILD_OTR3
 with_otr_sources = $(with_git_sources) $(otr_sources)
 tests_with_otr_sources = $(tests_with_git_sources) $(otr_sources)
 else