~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to src/sview/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
noinst_HEADERS = sview.h
17
17
sview_SOURCES = sview.c popups.c grid.c part_info.c job_info.c \
18
 
        block_info.c node_info.c \
 
18
        block_info.c node_info.c resv_info.c \
19
19
        submit_info.c admin_info.c common.c
20
20
 
21
21
force:
28
28
else
29
29
 
30
30
EXTRA_sview_SOURCES = sview.h sview.c popups.c grid.c part_info.c job_info.c \
31
 
        block_info.c node_info.c \
 
31
        block_info.c node_info.c resv_info.c \
32
32
        submit_info.c admin_info.c common.c
33
33
 
34
34
endif