~ubuntu-branches/ubuntu/trusty/xdm/trusty

« back to all changes in this revision

Viewing changes to chooser/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2011-12-09 03:00:26 UTC
  • mfrom: (9.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111209030026-baa9vul2hhtujjxh
Tags: 1:1.1.11-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  - debian/{rules, xdm.install, local/ubuntu*}:
    + Add Ubuntu graphics and configure xdm to use them by default.
  - debian/patches/ubuntu_no_whiteglass.diff: Don't hardcode
    the default Xcursor theme to whiteglass. Use the Ubuntu
    default x-cursor-theme instead.

* Drop debian/patches/ftbfs_binutils-gold.diff: Fixed upstream
* Change Vcs-* to XS-Debian-Vcs-*
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
xdmlibdir = $(XDMLIBDIR)
 
2
xdmlib_PROGRAMS = chooser
 
3
 
 
4
AM_CPPFLAGS = -I$(top_srcdir)/include
 
5
AM_CFLAGS = $(CWARNFLAGS) $(CHOOSER_CFLAGS)
 
6
AM_LDFLAGS = $(CHOOSER_LIBS)
 
7
 
 
8
chooser_SOURCES = chooser.c
 
9
 
 
10
if LINT
 
11
ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) \
 
12
                $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
 
13
 
 
14
lint:
 
15
        $(LINT) $(ALL_LINT_FLAGS) $(chooser_SOURCES) $(AM_LDFLAGS)
 
16
endif LINT