~ubuntu-branches/ubuntu/hardy/gnome-applets/hardy

« back to all changes in this revision

Viewing changes to trashapplet/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-02-26 09:27:38 UTC
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: james.westby@ubuntu.com-20080226092738-75jsq058qu9w4qwq
Tags: upstream-2.21.92
ImportĀ upstreamĀ versionĀ 2.21.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
INCLUDES = -I$(top_srcdir)              \
2
2
           $(GNOME_APPLETS_CFLAGS)      \
3
 
           $(GNOME_VFS_APPLETS_CFLAGS) \
4
 
           $(LIBGLADE_CFLAGS)
 
3
           $(GIO_CFLAGS)
5
4
 
6
5
libexec_PROGRAMS = trashapplet
7
6
 
8
7
trashapplet_SOURCES = \
9
8
        trashapplet.c \
10
 
        trashapplet.h \
11
 
        trash-monitor.h \
12
 
        trash-monitor.c \
 
9
        trash-empty.h \
 
10
        trash-empty.c \
13
11
        xstuff.c \
14
12
        xstuff.h
15
13
 
16
 
trashapplet_LDADD = \
17
 
        $(GNOME_APPLETS_LIBS) \
18
 
        $(GNOME_VFS_APPLETS_LIBS) \
19
 
        $(LIBGLADE_LIBS)
 
14
trashapplet_LDADD =             \
 
15
        $(GNOME_APPLETS_LIBS)   \
 
16
        $(GIO_LIBS)