Separate out the parsing code into a separately defined module. *NOT WORKING*
[virt-mem.git] / extract / codegen / Makefile.in
index eeb8774..8054b55 100644 (file)
@@ -35,7 +35,7 @@ OCAMLOPTLIBS  = -linkpkg camlp4lib.cmxa
 
 TARGETS                = kerneldb-to-parser.opt
 
-OBJS           = kerneldb_to_parser.cmo
+OBJS           = pahole_parser.cmo kerneldb_to_parser.cmo
 XOBJS          = $(OBJS:.cmo=.cmx)
 
 all:   $(TARGETS)