~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Steve Ovens
  • Date: 2014-01-03 21:06:06 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20140103210606-pmvzhu0s68qy6261
Tags: 2:3.10.2-0ubuntu1
* New upstream release (LP: #1266037)
- Updated Build-Depends of libgtk-3-dev (>= 3.6.0),
  libglib2.0-dev (>= 2.34.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
wizard_filesdir = $(anjuta_data_dir)/templates/anjuta-plugin/src
2
 
wizard_files_DATA = \
 
2
dist_wizard_files_DATA = \
3
3
        Makefile.am.tpl \
4
4
        plugin.c \
5
5
        plugin.ui \
7
7
        plugin.plugin.in \
8
8
        plugin.xml
9
9
 
10
 
EXTRA_DIST = $(wizard_files_DATA)
11
 
 
12
10
-include $(top_srcdir)/git.mk