summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/tui/tools
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2012-08-06 12:40:30 +0200
committerMartin Sivak <msivak@redhat.com>2012-08-06 13:32:21 +0200
commit72c797294e5d70a221cab91d3d97ce805ad4b851 (patch)
tree78adc3cceb5937149bc9ecfb874062d349243c71 /pyanaconda/ui/tui/tools
parent3a26d05876c0827fa9c5f4a6cea4985efefd36d0 (diff)
downloadanaconda-72c797294e5d70a221cab91d3d97ce805ad4b851.tar.gz
anaconda-72c797294e5d70a221cab91d3d97ce805ad4b851.tar.xz
anaconda-72c797294e5d70a221cab91d3d97ce805ad4b851.zip
Add automake files for TUI
Diffstat (limited to 'pyanaconda/ui/tui/tools')
-rw-r--r--pyanaconda/ui/tui/tools/Makefile.am18
l---------pyanaconda/ui/tui/tools/run-hub.py1
l---------pyanaconda/ui/tui/tools/run-text-hub.py1
-rwxr-xr-xpyanaconda/ui/tui/tools/run-text-spoke.py (renamed from pyanaconda/ui/tui/tools/run-spoke.py)0
4 files changed, 19 insertions, 1 deletions
diff --git a/pyanaconda/ui/tui/tools/Makefile.am b/pyanaconda/ui/tui/tools/Makefile.am
new file mode 100644
index 000000000..abd547294
--- /dev/null
+++ b/pyanaconda/ui/tui/tools/Makefile.am
@@ -0,0 +1,18 @@
+# Copyright (C) 2011 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: Chris Lumens <clumens@redhat.com>
+
+EXTRA_DIST = run-text-hub.py run-text-spoke.py
diff --git a/pyanaconda/ui/tui/tools/run-hub.py b/pyanaconda/ui/tui/tools/run-hub.py
deleted file mode 120000
index 4583bed4a..000000000
--- a/pyanaconda/ui/tui/tools/run-hub.py
+++ /dev/null
@@ -1 +0,0 @@
-run-spoke.py \ No newline at end of file
diff --git a/pyanaconda/ui/tui/tools/run-text-hub.py b/pyanaconda/ui/tui/tools/run-text-hub.py
new file mode 120000
index 000000000..506993edd
--- /dev/null
+++ b/pyanaconda/ui/tui/tools/run-text-hub.py
@@ -0,0 +1 @@
+run-text-spoke.py \ No newline at end of file
diff --git a/pyanaconda/ui/tui/tools/run-spoke.py b/pyanaconda/ui/tui/tools/run-text-spoke.py
index d5e9c5730..d5e9c5730 100755
--- a/pyanaconda/ui/tui/tools/run-spoke.py
+++ b/pyanaconda/ui/tui/tools/run-text-spoke.py