~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to plugins/pythonconsole/Makefile.am

Tags: upstream-0.9.5
ImportĀ upstreamĀ versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Python Console Plugin
 
2
plugindir = $(PLUGINDIR)
 
3
plugin_PYTHON = pythonconsole.py
 
4
 
 
5
plugin_in_files = pythonconsole.rb-plugin.desktop.in
 
6
%.rb-plugin: %.rb-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
7
 
 
8
plugin_DATA = $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin)
 
9
 
 
10
EXTRA_DIST = $(plugin_in_files)
 
11
 
 
12
CLEANFILES = $(plugin_DATA)
 
13
DISTCLEANFILES = $(plugin_DATA)