~nik90/ubuntu/precise/eog/keywords

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-26 15:28:21 UTC
  • mfrom: (1.14.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20110726152821-aepehu9xcvzuoitl
Tags: 3.1.4-0ubuntu1
* New upsteam release:
  - if saving an image fails it's done silently (LP: #673299)
* debian/control:
  - set Vcs-Bzr to the ubuntu-desktop team, no gnome3-team

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        eog-exif-details.c eog-exif-util.c eog-enum-types.c \
93
93
        eog-enum-types.h eog-marshal.h eog-marshal.c \
94
94
        eog-close-confirmation-dialog.h eog-config-keys.h \
95
 
        eog-image-jpeg.h eog-image-private.h eog-metadata-reader.h \
96
 
        eog-metadata-reader-jpg.h eog-metadata-reader-png.h \
97
 
        eog-pixbuf-util.h eog-plugin-engine.h eog-preferences-dialog.h \
98
 
        eog-print.h eog-print-image-setup.h eog-print-preview.h \
 
95
        eog-error-message-area.h eog-image-jpeg.h eog-image-private.h \
 
96
        eog-metadata-reader.h eog-metadata-reader-jpg.h \
 
97
        eog-metadata-reader-png.h eog-pixbuf-util.h \
 
98
        eog-plugin-engine.h eog-preferences-dialog.h eog-print.h \
 
99
        eog-print-image-setup.h eog-print-preview.h \
99
100
        eog-save-as-dialog-helper.h eog-session.h eog-uri-converter.h \
100
101
        eog-util.h zoom.h eog-application.h eog-clipboard-handler.h \
101
 
        eog-debug.h eog-dialog.h eog-enums.h eog-error-message-area.h \
102
 
        eog-file-chooser.h eog-image.h eog-image-save-info.h \
103
 
        eog-job-queue.h eog-jobs.h eog-list-store.h \
104
 
        eog-properties-dialog.h eog-scroll-view.h eog-sidebar.h \
105
 
        eog-statusbar.h eog-thumbnail.h eog-thumb-nav.h \
 
102
        eog-debug.h eog-dialog.h eog-enums.h eog-file-chooser.h \
 
103
        eog-image.h eog-image-save-info.h eog-job-queue.h eog-jobs.h \
 
104
        eog-list-store.h eog-properties-dialog.h eog-scroll-view.h \
 
105
        eog-sidebar.h eog-statusbar.h eog-thumbnail.h eog-thumb-nav.h \
106
106
        eog-thumb-view.h eog-transform.h eog-window-activatable.h \
107
107
        eog-window.h eog-exif-details.h eog-exif-util.h
108
108
@HAVE_EXIF_TRUE@am__objects_1 = libeog_la-eog-exif-details.lo \
415
415
NOINST_H_FILES = \
416
416
        eog-close-confirmation-dialog.h \
417
417
        eog-config-keys.h               \
 
418
        eog-error-message-area.h        \
418
419
        eog-image-jpeg.h                \
419
420
        eog-image-private.h             \
420
421
        eog-metadata-reader.h           \
433
434
        zoom.h
434
435
 
435
436
INST_H_FILES = eog-application.h eog-clipboard-handler.h eog-debug.h \
436
 
        eog-dialog.h eog-enums.h eog-error-message-area.h \
437
 
        eog-file-chooser.h eog-image.h eog-image-save-info.h \
438
 
        eog-job-queue.h eog-jobs.h eog-list-store.h \
439
 
        eog-properties-dialog.h eog-scroll-view.h eog-sidebar.h \
440
 
        eog-statusbar.h eog-thumbnail.h eog-thumb-nav.h \
 
437
        eog-dialog.h eog-enums.h eog-file-chooser.h eog-image.h \
 
438
        eog-image-save-info.h eog-job-queue.h eog-jobs.h \
 
439
        eog-list-store.h eog-properties-dialog.h eog-scroll-view.h \
 
440
        eog-sidebar.h eog-statusbar.h eog-thumbnail.h eog-thumb-nav.h \
441
441
        eog-thumb-view.h eog-transform.h eog-window-activatable.h \
442
442
        eog-window.h $(am__append_1) $(am__append_3)
443
443
libeog_c_files = eog-application.c eog-clipboard-handler.c \