Fix one minor typo in patch.
[maxima.git] / share / draw / draw.system
blob435d610d58ee35ff773e488c0b7d83d4cea7566c
1 ;;; -*- Mode: lisp -*-
3 (mk:defsystem draw
4   :source-pathname (maxima::maxima-load-pathname-directory)
5   :binary-pathname (maxima::maxima-objdir "share" "draw")
6   :source-extension "lisp"
7   :components
8   ((:file "grcommon")
9    (:file "gnuplot")
10    (:file "vtk")
11    (:file "picture")  ))