~noskcaj/ubuntu/utopic/eog-plugins/merge

« back to all changes in this revision

Viewing changes to plugins/hide-titlebar/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-25 13:26:00 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20140325132600-cge7f6y7cntn9hh5
Tags: 3.12.0-1
* New upstream release.
* Update build-dependencies according to configure.ac:
  - Bump eog-dev to (>= 3.11.4)
  - Switch to python3 (>= 3.2)
* debian/control.in: update dependencies to use python3 variant
* debian/rules: use dh_python3 instead of dh_python2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# HideTitlebar plugin
2
2
plugindir = $(libdir)/eog/plugins
3
3
 
4
 
INCLUDES = \
 
4
AM_CPPFLAGS = \
5
5
        -I$(top_srcdir)/src                             \
6
6
        $(EOG_CFLAGS)                                   \
7
7
        $(WARN_CFLAGS)                                  \