~ubuntu-branches/ubuntu/feisty/gedit/feisty

« back to all changes in this revision

Viewing changes to plugins/taglist/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-03-11 20:36:11 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20070311203611-2ef3lnpfq33itrrd
Tags: 2.18.0-0ubuntu1
* New upstream version:
  - Include list of active plugins in BugBuddy reports
  - Make plugins work with python 2.5 on 64 bits architectures
  - Misc bugfixes
* debian/gedit.prerm:
  - don't remove alternative on upgrade (Ubuntu: #67698)
* debian/patches/80_fix_python_plugins_amd64.patch:
  - dropped, fixed with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
EXEEXT = @EXEEXT@
128
128
F77 = @F77@
129
129
FFLAGS = @FFLAGS@
 
130
FULL_LIBDIR = @FULL_LIBDIR@
130
131
GCONFTOOL = @GCONFTOOL@
131
132
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
132
133
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
194
195
MAKEINFO = @MAKEINFO@
195
196
MKINSTALLDIRS = @MKINSTALLDIRS@
196
197
MSGFMT = @MSGFMT@
 
198
MSGFMT_OPTS = @MSGFMT_OPTS@
197
199
NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
198
200
OBJEXT = @OBJEXT@
199
201
OMF_DIR = @OMF_DIR@
321
323
plugin_DATA = $(plugin_in_files:.gedit-plugin.desktop.in=.gedit-plugin)
322
324
EXTRA_DIST = \
323
325
        $(taglist_in_files) $(taglist_DATA)     \
324
 
        $(plugin_in_files) $(plugin_DATA)       
 
326
        $(plugin_in_files) $(plugin_DATA)
325
327
 
326
328
CLEANFILES = \
327
329
        $(taglist_DATA) \
328
 
        $(plugin_DATA)
 
330
        $(plugin_DATA)
329
331
 
330
332
DISTCLEANFILES = \
331
333
        $(taglist_DATA) \
332
 
        $(plugin_DATA)          
 
334
        $(plugin_DATA)
333
335
 
334
336
all: all-am
335
337