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

« back to all changes in this revision

Viewing changes to plugins/mtpdevice/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:
1
1
NULL =
2
2
 
3
3
plugindir = $(PLUGINDIR)/mtpdevice
 
4
plugindatadir = $(PLUGINDATADIR)/mtpdevice
4
5
plugin_LTLIBRARIES = libmtpdevice.la
5
6
 
6
7
libmtpdevice_la_SOURCES = \
33
34
        -I$(top_srcdir)/sources                         \
34
35
        -I$(top_srcdir)/sources/sync                    \
35
36
        -I$(top_srcdir)/podcast                         \
 
37
        -I$(top_srcdir)/plugins                         \
36
38
        -I$(top_srcdir)/shell                           \
37
39
        -DPIXMAP_DIR=\""$(datadir)/pixmaps"\"           \
38
40
        -DSHARE_DIR=\"$(pkgdatadir)\"                   \
43
45
        $(MTP_CFLAGS)                                   \
44
46
        -D_XOPEN_SOURCE -D_BSD_SOURCE
45
47
 
46
 
plugin_in_files = mtpdevice.rb-plugin.in
47
 
 
48
 
%.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
49
 
 
50
 
uixmldir = $(plugindir)
 
48
plugin_in_files = mtpdevice.plugin.in
 
49
 
 
50
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
51
 
 
52
uixmldir = $(plugindatadir)
51
53
uixml_DATA = mtp-ui.xml
52
54
 
53
 
plugin_DATA = $(plugin_in_files:.rb-plugin.in=.rb-plugin)
 
55
plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
54
56
 
55
 
gtkbuilderdir = $(plugindir)
 
57
gtkbuilderdir = $(plugindatadir)
56
58
gtkbuilder_DATA =                                       \
57
59
        mtp-info.ui
58
60