Revert "update upstream sources"
[clinton/guile-figl.git] / Makefile.am
index 720316f..05f24a0 100644 (file)
@@ -1,3 +1,23 @@
+## Process this file with automake to produce Makefile.in.
+##
+## figl
+## Copyright (C) 2013 Andy Wingo <wingo@pobox.com>
+## Copyright (C) 2013 Daniel Hartwig <mandyke@gmail.com>
+## 
+## Figl 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 3 of the
+## License, or (at your option) any later version.
+## 
+## Figl 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 program.  If not, see
+## <http://www.gnu.org/licenses/>.
+
 include guile.am
 
 moddir=$(prefix)/share/guile/site/2.0
@@ -7,6 +27,7 @@ SOURCES = \
        figl.scm \
        figl/config.scm \
        figl/contrib.scm \
+       figl/contrib/packed-struct.scm \
        figl/parse.scm \
        figl/runtime.scm \
        \
@@ -43,6 +64,8 @@ EXTRA_DIST += env.in COPYING COPYING.LESSER examples upstream-doc
 
 info_TEXINFOS = doc/figl.texi
 figl_TEXINFOS = \
+       doc/gpl.texi \
+       doc/lgpl.texi \
        doc/gl.texi \
        doc/glu.texi \
        doc/glx.texi \