1#
2# Copyright (C) 2002 - 2018 Brailcom, o.p.s.
3#
4# This is free software; you can redistribute it and/or modify it
5# under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2, or (at your option)
7# any later version.
8#
9# This software is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12# General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program.  If not, see <https://www.gnu.org/licenses/>.
16#
17
18## Process this file with automake to produce Makefile.in
19
20SUBDIRS= c
21
22if HAVE_PYTHON
23SUBDIRS += python
24endif
25
26EXTRA_DIST = cl guile
27
28
29-include $(top_srcdir)/git.mk
30