diff options
author | David Cantrell <dcantrell@redhat.com> | 2009-06-09 11:27:05 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2009-06-09 12:26:54 -1000 |
commit | 726860a0a10e8a079ae42b35743db2ac3df3465b (patch) | |
tree | b1590a7fe898ceec3f95f7dfb43937803cb16621 /textw/Makefile.am | |
parent | 294479c109be5bb4dafe8e28a01774cb77357566 (diff) | |
download | anaconda-726860a0a10e8a079ae42b35743db2ac3df3465b.tar.gz anaconda-726860a0a10e8a079ae42b35743db2ac3df3465b.tar.xz anaconda-726860a0a10e8a079ae42b35743db2ac3df3465b.zip |
Convert textw/ to Makefile.am
Diffstat (limited to 'textw/Makefile.am')
-rw-r--r-- | textw/Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textw/Makefile.am b/textw/Makefile.am new file mode 100644 index 000000000..fcc423c56 --- /dev/null +++ b/textw/Makefile.am @@ -0,0 +1,23 @@ +# textw/Makefile.am for anaconda +# +# Copyright (C) 2009 Red Hat, Inc. +# +# This program 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. +# +# 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 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/>. +# +# Author: David Cantrell <dcantrell@redhat.com> + +textwdir = $(libdir)/$(PACKAGE_NAME)/textw +textw_PYTHON = *.py + +MAINTAINERCLEANFILES = Makefile.in |