~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to podcast/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-06-26 19:06:10 UTC
  • mto: (2.1.1 lenny) (1.1.37 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20060626190610-08x8lgvvfs0gr619
Tags: upstream-0.9.5
ImportĀ upstreamĀ versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
noinst_LTLIBRARIES = librbpodcast.la
4
4
 
5
5
librbpodcast_la_SOURCES =                               \
6
 
        $(BUILT_SOURCES)                                \
7
6
        rb-new-podcast-dialog.c                         \
8
7
        rb-new-podcast-dialog.h                         \
9
8
        rb-feed-podcast-properties-dialog.c             \
26
25
        -I$(top_srcdir)/shell                           \
27
26
        -I$(top_srcdir)/metadata                        \
28
27
        -I$(top_srcdir)/library                         \
 
28
        -I$(top_builddir)/lib                           \
29
29
        $(RHYTHMBOX_CFLAGS)
30
30
 
31
31
librbpodcast_la_LDFLAGS = -export-dynamic
32
32
 
33
 
BUILT_SOURCES=rb-podcast-marshal.c rb-podcast-marshal.h
34
 
 
35
 
CLEAN_FILES = $(BUILT_SOURCES)
36
 
 
37
 
rb-podcast-marshal.c: rb-podcast-marshal.list
38
 
        @GLIB_GENMARSHAL@ --prefix=rb_podcast_marshal $(srcdir)/rb-podcast-marshal.list --header --body > rb-podcast-marshal.c
39
 
 
40
 
rb-podcast-marshal.h: rb-podcast-marshal.list
41
 
        @GLIB_GENMARSHAL@ --prefix=rb_podcast_marshal $(srcdir)/rb-podcast-marshal.list --header > rb-podcast-marshal.h
42
 
 
43
 
EXTRA_DIST = rb-podcast-marshal.list