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

« back to all changes in this revision

Viewing changes to plugins/class-gen/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
# Plugin glade file
2
2
clsgen_gladedir = $(anjuta_glade_dir)
3
 
clsgen_glade_DATA = anjuta-class-gen-plugin.ui
 
3
dist_clsgen_glade_DATA = anjuta-class-gen-plugin.ui
4
4
 
5
5
# Templates
6
6
SUBDIRS = templates
12
12
 
13
13
# Plugin pixmaps
14
14
clsgen_pixmapsdir = $(anjuta_image_dir)
15
 
clsgen_pixmaps_DATA = \
 
15
dist_clsgen_pixmaps_DATA = \
16
16
        anjuta-class-gen-plugin.svg \
17
17
        anjuta-class-gen-plugin-48.png
18
18
 
19
19
clsgen_plugindir = $(anjuta_plugin_dir)
20
 
clsgen_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
20
dist_clsgen_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
21
21
 
22
22
plugindir = $(anjuta_plugin_dir)
23
23
plugin_LTLIBRARIES = libanjuta-class-gen.la
53
53
        window.h
54
54
        
55
55
EXTRA_DIST = \
56
 
        $(plugin_in_files) \
57
 
        $(clsgen_pixmaps_DATA) \
58
 
        $(clsgen_glade_DATA) \
59
 
        $(clsgen_plugin_DATA)
 
56
        $(plugin_in_files)
60
57
 
61
58
-include $(top_srcdir)/git.mk