Skip to content

Commit

Permalink
Fix broken Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Dec 3, 2023
1 parent 3b344e4 commit 97db4f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/fst/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ GT_LEXC_ROOT=$(srcdir)/root.lexc

# Set this to the names of all regular lexc source files:
GT_LEXC_SRCS_L1_L2=\
# stems/rattlesnakes.lexc \
affixes/symbols.lexc \
stems/noun_stems.lexc \
affixes/noun_affixes.lexc
stems/verb_stems.lexc \
affixes/verb_affixes.lexc

# stems/rattlesnakes.lexc \
# stems/adjectives.lexc \
# stems/numerals.lexc \
# stems/prefixes.lexc \
# stems/pronouns.lexc \
stems/verb_stems.lexc \
# affixes/adjectives.lexc \
# affixes/propernouns.lexc \
affixes/verb_affixes.lexc

# stems/abbr.lexc \
# stems/acro.lexc \
# stems/adv.lexc \
Expand Down

0 comments on commit 97db4f2

Please sign in to comment.