Mercurial > wflogs-daemon
view Makefile.am @ 8:306059d0f677
fix missing return statement
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 17 May 2013 12:37:04 -0700 |
parents | 0aa1171aebd2 |
children |
line wrap: on
line source
ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src man html info hackdir = $(sysconfdir) hack_SCRIPTS = wflogs-daemon sysconf_DATA = wflogs-daemon.conf htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ html_DATA = AUTHORS COPYING ChangeLog NEWS README CLEANFILES = wflogs-daemon xml/wflogs-daemon xml/Makefile EXTRA_DIST = wflogs-daemon.conf wflogs-daemon.spec xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/wflogs-daemon.in wflogs-daemon: wflogs-daemon.rc cat wflogs-daemon.rc | \ sed -e "s,SBINDIR,$(sbindir),g" | \ sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>wflogs-daemon chkconfig: wflogs-daemon mv -f $(sysconfdir)/wflogs-daemon /etc/rc.d/init.d /sbin/chkconfig --del wflogs-daemon /sbin/chkconfig --add wflogs-daemon