~ubuntu-branches/ubuntu/precise/slurm-llnl/precise

« back to all changes in this revision

Viewing changes to src/plugins/job_submit/logging/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2011-04-08 11:21:17 UTC
  • mfrom: (3.3.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110408112117-nfnyq9dtm55hqoaw
Tags: 2.2.4-1
* New upstream releases 
* Cleaning spare file and directories, not belonging to the sources
  generated by the building process and not removed by distclean.
  Added debian/clean with spare files and rm -rf inside debian/rules
  for directories.
* Added new packages libslurm-perl, libslurmdb-perl, slurm-llnl-torque
  (Closes: #575822) thanks to Julien Blache

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile for job_submit/logging plugin
 
2
 
 
3
AUTOMAKE_OPTIONS = foreign
 
4
 
 
5
PLUGIN_FLAGS = -module -avoid-version --export-dynamic
 
6
 
 
7
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common
 
8
 
 
9
pkglib_LTLIBRARIES = job_submit_logging.la
 
10
 
 
11
# Job submit logging plugin.
 
12
job_submit_logging_la_SOURCES = job_submit_logging.c
 
13
job_submit_logging_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS)