X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=c8e264953847fc44a78cc4f2234dda74e59eda12;hb=5a0f79517a9a4d354651407f080a0a17d0c869e7;hp=7db8e1f570e16b1e87879b499f12711f00267414;hpb=cc0a6c478c9d9dab409087ccb1143dc1c4482a70;p=m17n%2Flibotf.git diff --git a/src/Makefile.am b/src/Makefile.am index 7db8e1f..c8e2649 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,9 +1,33 @@ +# Makefile.am -- src level Makefile for libotf. +# Copyright (C) 2003, 2004 +# National Institute of Advanced Industrial Science and Technology (AIST) +# Registration Number H15PRO167 + +# This file is part of libotf. + +# Libotf is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# Libotf is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public +# License for more details. + +# You should have received a copy of the GNU Lesser General Public +# License along with this library, in a file named COPYING; if not, +# write to the Free Software Foundation, Inc., 59 Temple Place, Suite +# 330, Boston, MA 02111-1307, USA + +## Process this file with Automake to create Makefile.in + lib_LTLIBRARIES = libotf.la libotf_la_SOURCES = \ otf.h \ - otf-util.h otf-util.c \ - otf-open.c \ - otf-proc.c + otferror.h otferror.c \ + otfopen.c \ + otfdrive.c include_HEADERS = otf.h