diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2004-11-12 23:37:30 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2004-11-12 23:37:30 +0000 |
commit | 6c721476c2e4977e4e59d676c01a40e584077c26 (patch) | |
tree | 6d0c92cd2409ffdd74f48925c61807cf172a44ed /elfutils/config/Makefile.am | |
download | elfutils-6c721476c2e4977e4e59d676c01a40e584077c26.tar.gz |
0.97-alt10.97-alt1
- Built for ALT Linux.
Diffstat (limited to 'elfutils/config/Makefile.am')
-rw-r--r-- | elfutils/config/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/elfutils/config/Makefile.am b/elfutils/config/Makefile.am new file mode 100644 index 00000000..4f327520 --- /dev/null +++ b/elfutils/config/Makefile.am @@ -0,0 +1,19 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*- +## Configure input file for elfutils. +## +## Copyright (C) 2004 Red Hat, Inc. +## +## This program 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, version 2. +## +## This program 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 this program; if not, write to the Free Software Foundation, +## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +## +EXTRA_DIST = elfutils.spec.in |