aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/CMakeLists.txt
diff options
context:
space:
mode:
authorWei Tang <hi@that.world>2017-09-26 06:42:17 +0800
committerWei Tang <hi@that.world>2017-09-26 06:42:17 +0800
commit551a8ea60e18dcd9abbf4024c26d9baf27837b99 (patch)
tree8769004ef2164181c1c284a3f51f009762ed1437 /src/mnemonics/CMakeLists.txt
parentMerge pull request #2527 (diff)
downloadmonero-551a8ea60e18dcd9abbf4024c26d9baf27837b99.tar.xz
mnemonics: new Lojban word list
Word list authored by: sorpaas Sources: lo gimste jo'u lo ma'oste (http://guskant.github.io/lojbo/gismu-cmavo.html) N-grams of Lojban corpus (https://mw.lojban.org/papri/N-grams_of_Lojban_corpus)
Diffstat (limited to 'src/mnemonics/CMakeLists.txt')
-rw-r--r--src/mnemonics/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mnemonics/CMakeLists.txt b/src/mnemonics/CMakeLists.txt
index 942b6eca3..5ce2198ae 100644
--- a/src/mnemonics/CMakeLists.txt
+++ b/src/mnemonics/CMakeLists.txt
@@ -46,7 +46,8 @@ set(mnemonics_private_headers
russian.h
singleton.h
spanish.h
- esperanto.h)
+ esperanto.h
+ lojban.h)
monero_private_headers(mnemonics
${mnemonics_private_headers})