summaryrefslogtreecommitdiffstats
path: root/command-stubs
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-06-09 11:18:30 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-06-09 12:26:50 -1000
commit56795a36533e6ebce4b62218909304422ef46ba2 (patch)
treefdfaf43fad0e639973956da82006a2c8cb6cfe44 /command-stubs
parent1fdf6ccaf98b178880e3b657a92e1579a001361e (diff)
downloadanaconda-56795a36533e6ebce4b62218909304422ef46ba2.tar.gz
anaconda-56795a36533e6ebce4b62218909304422ef46ba2.tar.xz
anaconda-56795a36533e6ebce4b62218909304422ef46ba2.zip
Convert command-stubs/ to Makefile.am
Diffstat (limited to 'command-stubs')
-rw-r--r--command-stubs/Makefile37
-rw-r--r--command-stubs/Makefile.am23
2 files changed, 23 insertions, 37 deletions
diff --git a/command-stubs/Makefile b/command-stubs/Makefile
deleted file mode 100644
index 1a0b5dea5..000000000
--- a/command-stubs/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-#
-# Makefile
-#
-# Copyright (C) 2007, 2008 Red Hat, Inc. All rights reserved.
-#
-# 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; either version 2 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
-
-include ../Makefile.inc
-
-STUBS = raidstart-stub raidstop-stub list-harddrives-stub \
- loadkeys-stub losetup-stub mknod-stub syslogd-stub
-
-all:
- @echo "Nothing to do"
-
-depend:
- @echo "Nothing to do"
-
-clean:
- /bin/rm -f *.pyc *~
-
-install:
- for i in $(STUBS) ; do \
- install -m 755 $$i $(DESTDIR)/$(PYTHONLIBDIR) ; \
- done
diff --git a/command-stubs/Makefile.am b/command-stubs/Makefile.am
new file mode 100644
index 000000000..8c88ed7e8
--- /dev/null
+++ b/command-stubs/Makefile.am
@@ -0,0 +1,23 @@
+# command-stubs/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>
+
+commandstubsdir = $(libdir)/$(PACKAGE_NAME)
+dist_commandstubs_SCRIPTS = *-stub
+
+MAINTAINERCLEANFILES = Makefile.in