~ubuntu-branches/ubuntu/quantal/libxss/quantal

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau, Brice Goglin, Timo Aaltonen, Julien Cristau
  • Date: 2009-12-02 15:28:17 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20091202152817-60f4e53kgd9l90vh
Tags: 1:1.2.0-1
[ Brice Goglin ]
* Add a link to www.X.org and a reference to the upstream module
  in the long description.
* Add README.source, bump Standards-Version to 3.8.2.
* Use updated xsfbs, closes: #538600.
* Move -dbg package to section debug.

[ Timo Aaltonen ]
* New upstream release.
* Add includes in -dev, bump {Build-,}Depends, add Replaces on
  x11proto-scrnsaver-dev.
* Run autoreconf on build. Add build-deps on automake, libtool
  and xutils-dev.
* Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
* Bump Standards-Version to 3.8.3 (no changes).
* Drop pre-dependency on x11-common from libxss-dev. This was needed
  for upgrades from sarge.

[ Julien Cristau ]
* debian/rules: fix rules dependencies.
* libxss-dev.install: add header moved over from the proto.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AM_CFLAGS = $(XSCRNSAVER_CFLAGS) $(MALLOC_ZERO_CFLAGS)
 
1
AM_CFLAGS = -I$(top_srcdir)/include \
 
2
            -I$(top_srcdir)/include/X11 \
 
3
            -I$(top_srcdir)/include/X11/extensions \
 
4
            $(XSCRNSAVER_CFLAGS) \
 
5
            $(MALLOC_ZERO_CFLAGS)
 
6
 
2
7
lib_LTLIBRARIES = libXss.la
3
8
 
4
9
libXss_la_SOURCES = \
8
13
 
9
14
libXss_la_LDFLAGS = -version-info 1:0:0 -no-undefined
10
15
 
 
16
libXScrnSaverincludedir = $(includedir)/X11/extensions
 
17
libXScrnSaverinclude_HEADERS = $(top_srcdir)/include/X11/extensions/scrnsaver.h
 
18
 
11
19
if LINT
12
20
ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
13
21
                $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)