Typo in the last commit.
[maxima/cygwin.git] / src / share-subdirs_autogenerated.lisp.in
blob517d42e89cd292e6169bf077c1d53c856c3edebb
1 ;; -*- Mode: lisp -*-
2 ;;
3 ;; Setup the share-subdirs-list. This is a list of each subdirectory
4 ;; (basically) of share that contains code that can be run by maxima.
5 ;;
6 ;; A default version is checked in, but configure will update this
7 ;; with the correct values. The default checked in version is useful
8 ;; if you're doing a lisp-only build without configure. But configure
9 ;; is the preferred way to build.
11 ;; The file isn't directly created as share-subdirs.lisp but with an
12 ;; immediate step in order to make the autotools not delete the file
13 ;; we want to ship with the repo.
14 (in-package :maxima)
16 (defun share-subdirs-list ()
17 '#.(remove-if-not
18 #'stringp
19 ;; DO NOT EDIT THIS LIST. It is automatically
20 ;; generated by configure.
22 @default_sharedirs@
23 )))