diff --git a/rgmanager/src/resources/utils/Makefile.am b/rgmanager/src/resources/utils/Makefile.am index a94ba73b1..1cd320de9 100644 --- a/rgmanager/src/resources/utils/Makefile.am +++ b/rgmanager/src/resources/utils/Makefile.am @@ -1,50 +1,50 @@ # # Copyright (C) 2004-2011 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, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # MAINTAINERCLEANFILES = Makefile.in TARGET = config-utils.sh commonscripts = fs-lib.sh \ httpd-parse-config.pl \ member_util.sh \ messages.sh \ named-parse-config.pl \ ra-skelet.sh \ - tomcat-parse-config.pl \ - rhev-check.sh + tomcat-parse-config.pl EXTRA_DIST = $(commonscripts) \ - $(TARGET).in + $(TARGET).in \ + rhev-check.sh sbin_SCRIPTS = rhev-check.sh rasutilsdir = ${CLUSTERDATA}/utils rasutils_SCRIPTS = $(commonscripts) \ $(TARGET) $(TARGET): $(TARGET).in cat $^ | sed \ -e 's#@''CONFDIR@#${CONFDIR}#g' \ -e 's#@''CONFFILE@#${CONFFILE}#g' \ > $@ clean-local: rm -f $(TARGET)