mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
use ocamlfind to find include path for xml-light and labgtk2 in in joystick makefile
This commit is contained in:
@@ -26,7 +26,7 @@ Q=@
|
|||||||
OCAMLC = ocamlc
|
OCAMLC = ocamlc
|
||||||
OCAMLLIB = ../../lib/ocaml
|
OCAMLLIB = ../../lib/ocaml
|
||||||
TOOLSDIR = ../../tools
|
TOOLSDIR = ../../tools
|
||||||
OCAMLINCLUDES= -I $(OCAMLLIB) -I +lablgtk2 -I +xml-light -I $(TOOLSDIR)
|
OCAMLINCLUDES= -I $(OCAMLLIB) $(shell ocamlfind query -r -i-format lablgtk2) $(shell ocamlfind query -r -i-format xml-light) -I $(TOOLSDIR)
|
||||||
LIBPPRZCMA=$(OCAMLLIB)/lib-pprz.cma
|
LIBPPRZCMA=$(OCAMLLIB)/lib-pprz.cma
|
||||||
|
|
||||||
all: test_stick input2ivy
|
all: test_stick input2ivy
|
||||||
|
|||||||
Reference in New Issue
Block a user