From 74a60c2d742dc363ac49c59e372b42a0f2e86b98 Mon Sep 17 00:00:00 2001 From: Eric Parsonage Date: Fri, 19 Nov 2010 06:32:44 +0000 Subject: [PATCH] find ocaml libs using ocamlfind --- sw/supervision/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/supervision/Makefile b/sw/supervision/Makefile index 905e875d5c..462de61158 100644 --- a/sw/supervision/Makefile +++ b/sw/supervision/Makefile @@ -4,7 +4,7 @@ Q=@ OCAMLC = ocamlc OCAMLOPT = ocamlopt OCAMLLIB = ../lib/ocaml -INCLUDES= -I $(OCAMLLIB) -I ../multimon -I +lablgtk2 -I +xml-light +INCLUDES= -I $(OCAMLLIB) -I ../multimon $(shell ocamlfind query -r -i-format lablgtk2) $(shell ocamlfind query -r -i-format xml-light) LIBPPRZCMA=$(OCAMLLIB)/lib-pprz.cma PAPARAZZICENTERCMO = gtk_pc.cmo gtk_process.cmo pc_common.cmo pc_aircraft.cmo pc_control_panel.cmo paparazzicenter.cmo