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

« back to all changes in this revision

Viewing changes to plugins/sample/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        -I$(top_srcdir)                                 \
16
16
        -I$(top_srcdir)/lib                             \
17
17
        -I$(top_srcdir)/metadata                        \
18
 
        -I$(top_srcdir)/player                          \
19
18
        -I$(top_srcdir)/rhythmdb                        \
20
19
        -I$(top_srcdir)/widgets                         \
21
20
        -I$(top_srcdir)/sources                         \
22
 
        -I$(top_srcdir)/iradio                          \
23
21
        -I$(top_srcdir)/podcast                         \
24
22
        -I$(top_srcdir)/plugins                         \
25
23
        -I$(top_srcdir)/shell                           \
29
27
        $(RHYTHMBOX_CFLAGS)                             \
30
28
        -D_XOPEN_SOURCE -D_BSD_SOURCE
31
29
 
32
 
plugin_in_files = sample.rb-plugin.in
33
 
 
34
 
%.rb-plugin: %.rb-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
35
 
 
36
 
#plugin_DATA = $(plugin_in_files:.rb-plugin.in=.rb-plugin)
 
30
plugin_in_files = sample.plugin.in
 
31
 
 
32
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
33
 
 
34
#plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
37
35
 
38
36
EXTRA_DIST = $(plugin_in_files)
39
37