~ubuntu-branches/ubuntu/oneiric/dpkg/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Steve Langasek
  • Date: 2011-03-15 00:11:56 UTC
  • Revision ID: steve.langasek@linaro.org-20110315001156-uyrlgh501d69seku
Merge newer snapshot from Raphael, to keep us in tune with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        errors.c \
35
35
        filesdb.c filesdb.h \
36
36
        filters.c filters.h \
 
37
        infodb.c infodb.h \
37
38
        divertdb.c \
38
39
        statdb.c \
39
40
        help.c \
51
52
 
52
53
dpkg_divert_SOURCES = \
53
54
        filesdb.c filesdb.h \
 
55
        infodb.c infodb.h \
54
56
        divertdb.c \
55
57
        divertcmd.c
56
58
 
57
59
dpkg_query_SOURCES = \
58
60
        filesdb.c filesdb.h \
 
61
        infodb.c infodb.h \
59
62
        divertdb.c \
60
63
        querycmd.c
61
64
 
62
65
dpkg_statoverride_SOURCES = \
63
66
        filesdb.c filesdb.h \
 
67
        infodb.c infodb.h \
64
68
        statdb.c \
65
69
        statcmd.c
66
70