~ubuntu-branches/ubuntu/intrepid/eog/intrepid

« back to all changes in this revision

Viewing changes to plugins/reload/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-06-17 16:42:14 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617164214-6xmbg0ijqioldxlo
Tags: 2.23.4.1-0ubuntu1
* New upstream version:
  Misc improvements/fixes:
  - Code improvements and cleanups 
  Bug fixes:
  - #526483, Use play icon for Slideshow 
  - #537488, Fix some build warnings 
  - #537758, libz not included so build breaks on Solaris 

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        eog-reload-plugin.c     
15
15
 
16
16
libreload_la_LDFLAGS = \
17
 
        $(EOG_LIBS)
 
17
        $(EOG_LIBS)     \
 
18
        -avoid-version -module
18
19
 
19
20
# Plugin Info
20
21