~ubuntu-branches/ubuntu/utopic/anjuta/utopic-proposed

« back to all changes in this revision

Viewing changes to plugins/tools/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
# Plugin glade file
3
3
tools_gladedir = $(anjuta_glade_dir)
4
 
tools_glade_DATA = anjuta-tools.ui
 
4
dist_tools_glade_DATA = anjuta-tools.ui
5
5
 
6
6
# Plugin UI file
7
7
tools_uidir = $(anjuta_ui_dir)
8
 
tools_ui_DATA = anjuta-tools.xml
 
8
dist_tools_ui_DATA = anjuta-tools.xml
9
9
 
10
10
# Plugin pixmaps
11
11
tools_pixmapsdir = $(anjuta_image_dir)
12
 
tools_pixmaps_DATA = \
 
12
dist_tools_pixmaps_DATA = \
13
13
        anjuta-tools-plugin.svg \
14
14
        anjuta-tools-plugin-48.png
15
15
 
18
18
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
19
19
 
20
20
tools_plugindir = $(anjuta_plugin_dir)
21
 
tools_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
21
dist_tools_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
22
22
 
23
23
plugindir = $(anjuta_plugin_dir)
24
24
plugin_LTLIBRARIES = libanjuta-tools.la
56
56
 
57
57
EXTRA_DIST = \
58
58
        $(plugin_in_files) \
59
 
        $(tools_pixmaps_DATA) \
60
 
        $(tools_plugin_DATA) \
61
 
        $(tools_glade_DATA) \
62
 
        $(tools_ui_DATA) \
63
59
        $(gsettings_in_file)
64
60
 
65
61
CLEANFILES = \