# HG changeset patch # User John W. Eaton # Date 1260344317 18000 # Node ID 6e17093431f5fa2fe24708d8abe3acde1fa57464 # Parent 31436dcf7d0fc2d905205076b0aaa0c08319dbcb add missing file from previous change diff --git a/libgnu/Makefile.am b/libgnu/Makefile.am new file mode 100644 --- /dev/null +++ b/libgnu/Makefile.am @@ -0,0 +1,21 @@ +# Copyright (C) 2009 John W. Eaton +# +# This file is part of Octave. +# +# Octave is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation; either version 3 of the License, or (at +# your option) any later version. +# +# Octave 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 General Public License +# for more details. +# +# You should have received a copy of the GNU General Public License +# along with Octave; see the file COPYING. If not, see +# . + +# Simply include gnulib.mk, at least for now. + +include gnulib.mk