exception fix
[mala.git] / engine / Makefile.am
blobd1691f63798443d4adfeba0a5be812e3648baeba
1 # Copyright (C) 2004, Christian Thaeter <chth@gmx.net>
3 # This file is part of the MaLa extension Language.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License version 2 as
7 # published by the Free Software Foundation.
9 # This program 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
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, contact me.
17 noinst_LIBRARIES = libmalaengine.a
19 libmalaengine_a_SOURCES = strings.c stringlist.c stringbucket.c actiondesc.c action.c engine.c
21 AM_CFLAGS = -I@top_srcdir@
24 # arch-tag: c94dae84-7f76-44e5-8b01-23f7a4c22c4b