~ubuntu-branches/ubuntu/precise/corosync/precise-proposed

« back to all changes in this revision

Viewing changes to init/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Loschwitz
  • Date: 2011-10-19 14:32:18 UTC
  • mfrom: (1.1.6 upstream) (5.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20111019143218-ew8phl0raqyog844
Tags: 1.4.2-1
* Changed my email address in debian/control
* Add corosync-blackbox to the corosync package
* Imported Upstream version 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
MAINTAINERCLEANFILES    = Makefile.in
36
36
 
37
 
EXTRA_DIST              = generic.in
 
37
EXTRA_DIST              = generic.in notifyd.in
38
38
 
39
 
target_INIT             = generic
 
39
target_INIT             = generic notifyd
40
40
 
41
41
%: %.in Makefile
42
42
        rm -f $@-t $@
57
57
install-exec-local:
58
58
        $(INSTALL) -d $(DESTDIR)/$(INITDDIR)
59
59
        $(INSTALL) -m 755 generic $(DESTDIR)/$(INITDDIR)/corosync
 
60
        $(INSTALL) -m 755 notifyd $(DESTDIR)/$(INITDDIR)/corosync-notifyd
60
61
 
61
62
uninstall-local:
62
63
        cd $(DESTDIR)/$(INITDDIR) && \
63
 
                rm -f corosync
 
64
                rm -f corosync corosync-notifyd