Skip to content

Commit

Permalink
remove other voice from Makefile temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
hgneng committed Sep 7, 2022
1 parent f0050e7 commit af235d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test_ekho_LDADD = libekho.a $(LIBEKHO_LIB) #$(srcdir)/libmusicxml/libmusicxml2.a

DATA_DIR = $(srcdir)/ekho-data
DATA_FILES = $(DATA_DIR)/zhy_list $(DATA_DIR)/zh_list $(DATA_DIR)/zh_listx $(DATA_DIR)/zh_patch $(DATA_DIR)/zhy.dict $(DATA_DIR)/zh.dict $(DATA_DIR)/ka_list $(DATA_DIR)/bo_list $(DATA_DIR)/ko_list $(DATA_DIR)/ngangien_list $(DATA_DIR)/pinyin.index $(DATA_DIR)/pinyin.voice $(DATA_DIR)/jyutping.index $(DATA_DIR)/jyutping.voice $(DATA_DIR)/toisanese_list
DATA_SUB_DIRS = $(DATA_DIR)/alphabet $(DATA_DIR)/hakka $(DATA_DIR)/tibetan $(DATA_DIR)/ngangien $(DATA_DIR)/hangul $(DATA_DIR)/toisanese $(DATA_DIR)/pinyin $(DATA_DIR)/jyutping
DATA_SUB_DIRS = $(DATA_DIR)/alphabet $(DATA_DIR)/pinyin $(DATA_DIR)/jyutping #$(DATA_DIR)/hakka $(DATA_DIR)/tibetan $(DATA_DIR)/ngangien $(DATA_DIR)/hangul $(DATA_DIR)/toisanese

#$(srcdir)/libmusicxml/libmusicxml2.a:
# cd $(srcdir)/libmusicxml/linux && make
Expand Down

0 comments on commit af235d5

Please sign in to comment.