diff options
| author | Enrico Tassi | 2016-06-15 18:11:57 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2016-06-15 18:11:57 +0200 |
| commit | 5c9cb7c8fdda5f0b21eb3b65b5e6e62fc47d6278 (patch) | |
| tree | a14aa059af4f94b44e8b0d86a3774292c5f1cf12 /Makefile.common | |
| parent | 425c158e83e86471f5463e75cce2b6a6daa4e7c6 (diff) | |
| parent | a86ae18dcdb055ad7f542312a2bb231efd787db2 (diff) | |
Merge branch 'pr/146' into trunk
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 4742bb51e8..95f4c01fd0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -61,7 +61,8 @@ PLUGINS:=\ omega romega micromega quote \ setoid_ring extraction fourier \ cc funind firstorder derive \ - rtauto nsatz syntax decl_mode btauto + rtauto nsatz syntax decl_mode btauto \ + ssrmatching SRCDIRS:=\ $(CORESRCDIRS) \ @@ -119,13 +120,14 @@ OTHERSYNTAXCMA:=$(addprefix plugins/syntax/, \ string_syntax_plugin.cmo ) DECLMODECMA:=plugins/decl_mode/decl_mode_plugin.cmo DERIVECMA:=plugins/derive/derive_plugin.cmo +SSRMATCHINGCMA:=plugins/ssrmatching/ssrmatching.cmo PLUGINSCMA:=$(OMEGACMA) $(ROMEGACMA) $(MICROMEGACMA) $(DECLMODECMA) \ $(QUOTECMA) $(RINGCMA) \ $(FOURIERCMA) $(EXTRACTIONCMA) \ $(CCCMA) $(FOCMA) $(RTAUTOCMA) $(BTAUTOCMA) \ $(FUNINDCMA) $(NSATZCMA) $(NATSYNTAXCMA) $(OTHERSYNTAXCMA) \ - $(DERIVECMA) + $(DERIVECMA) $(SSRMATCHINGCMA) ifneq ($(HASNATDYNLINK),false) STATICPLUGINS:= |
