META: Add -parser and -printer options.
authorRichard W.M. Jones <rich@annexia.org>
Fri, 20 Jul 2012 08:06:08 +0000 (08:06 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Fri, 20 Jul 2012 08:06:08 +0000 (08:06 +0000)
META.in

diff --git a/META.in b/META.in
index 5c54cef..6b14f17 100644 (file)
--- a/META.in
+++ b/META.in
@@ -17,6 +17,6 @@ package "syntax" (
   version = "@PACKAGE_VERSION@"
   requires = "camlp4"
   description = "Syntax extension: bitstring operators"
-  archive(syntax,preprocessor) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
+  archive(syntax,preprocessor) = "-parser o -parser op -printer p unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
   archive(syntax,toploop) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
 )