aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorPierre Roux2020-09-03 13:26:00 +0200
committerPierre Roux2020-11-05 00:20:19 +0100
commit3b766fd8859b692e3e93cf83bf87d393e32c572e (patch)
treec241d8dcd7a8e725f06013558dfb66946dec5e87 /Makefile.common
parente728a1ef0f8b5fdc4b1815a7d0349c67db15f9b4 (diff)
Merge numeral and string notation plugins
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 29020dc4ad..caf1821ce5 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -151,8 +151,7 @@ RTAUTOCMO:=plugins/rtauto/rtauto_plugin.cmo
SYNTAXCMO:=$(addprefix plugins/syntax/, \
int63_syntax_plugin.cmo \
float_syntax_plugin.cmo \
- numeral_notation_plugin.cmo \
- string_notation_plugin.cmo)
+ number_string_notation_plugin.cmo)
DERIVECMO:=plugins/derive/derive_plugin.cmo
LTACCMO:=plugins/ltac/ltac_plugin.cmo plugins/ltac/tauto_plugin.cmo
SSRMATCHINGCMO:=plugins/ssrmatching/ssrmatching_plugin.cmo