X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fextlib%2FMakefile;h=8caad1fca7d9b7aebff68eac61f26bd1ddbed1c0;hb=4cb90ab907f51feb677831e5ea4f10c2e942b0fd;hp=4e5c9b5a91525b0b809a2e49b1c9ac83e634349f;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/extlib/Makefile b/components/extlib/Makefile index 4e5c9b5a9..8caad1fca 100644 --- a/components/extlib/Makefile +++ b/components/extlib/Makefile @@ -6,8 +6,9 @@ INTERFACE_FILES = \ hExtlib.mli \ hMarshal.mli \ patternMatcher.mli \ - hLog.mli \ - trie.mli \ + hLog.mli \ + trie.mli \ + refCounter.mli \ $(NULL) IMPLEMENTATION_FILES = \ $(INTERFACE_FILES:%.mli=%.ml)