~ubuntu-branches/ubuntu/dapper/gnome-screensaver/dapper

« back to all changes in this revision

Viewing changes to src/cut-n-paste/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-10 00:18:18 UTC
  • Revision ID: james.westby@ubuntu.com-20051010001818-3mujs05r8rht7xi1
Tags: upstream-0.0.15
ImportĀ upstreamĀ versionĀ 0.0.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce makefile.in
 
2
 
 
3
AUTOMAKE_OPTIONS = 1.7
 
4
 
 
5
AM_CFLAGS =                             \
 
6
        $(WARNING_CFLAGS)
 
7
 
 
8
MAINTAINERCLEANFILES =                  \
 
9
        *~                              \
 
10
        Makefile.in
 
11
 
 
12
noinst_LIBRARIES =                      \
 
13
        libfast-user-switch.a
 
14
 
 
15
libfast_user_switch_a_CPPFLAGS =                                \
 
16
        -DDATADIR=\""$(datadir)"\"                              \
 
17
        -DG_LOG_DOMAIN=\""Screensaver-Fast-User-Switch"\"       \
 
18
        $(FAST_USER_SWITCH_CFLAGS) 
 
19
 
 
20
libfast_user_switch_a_SOURCES =         \
 
21
        fusa-user.h                     \
 
22
        fusa-user-menu-item.h           \
 
23
        fusa-user-private.h             \
 
24
        fusa-display.h                  \
 
25
        fusa-display-private.h          \
 
26
        fusa-display.c                  \
 
27
        fusa-manager.h                  \
 
28
        fusa-manager-private.h          \
 
29
        fusa-manager.c                  \
 
30
        fusa-user.c                     \
 
31
        fusa-user-menu-item.c           \
 
32
        fusa-utils.h                    \
 
33
        fusa-utils.c                    \
 
34
        gdmcomm.h                       \
 
35
        gdmcomm.c