~ubuntu-branches/ubuntu/lucid/desktop-file-utils/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Baptiste Mille-Mathias
  • Date: 2007-06-11 08:58:58 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070611085858-o940g2g5h9telh2c
Tags: 0.13-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        update-desktop-database
11
11
 
12
12
desktop_file_validate_SOURCES=                  \
13
 
        desktop_file.c                          \
14
 
        desktop_file.h                          \
 
13
        keyfileutils.c                          \
 
14
        keyfileutils.h                          \
15
15
        validate.c                              \
16
16
        validate.h                              \
17
17
        validator.c
18
18
 
19
19
desktop_file_install_SOURCES=                   \
20
 
        desktop_file.c                          \
21
 
        desktop_file.h                          \
 
20
        keyfileutils.c                          \
 
21
        keyfileutils.h                          \
22
22
        validate.c                              \
23
23
        validate.h                              \
24
24
        install.c