~mvo/synaptic/apt-history-log-reader

« back to all changes in this revision

Viewing changes to common/Makefile.am

  • Committer: Michael Vogt
  • Date: 2012-10-18 07:22:43 UTC
  • Revision ID: michael.vogt@ubuntu.com-20121018072243-9x7fwuev0i0kpe62
commit WIP for apt history log reader from last night

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
libsynaptic_a_SOURCES =\
11
11
        pkg_acqfile.cc\
12
12
        pkg_acqfile.h\
 
13
        raptoptions.cc \
 
14
        raptoptions.h\
13
15
        rconfiguration.cc\
14
16
        rconfiguration.h\
15
17
        rinstallprogress.cc\
28
30
        rpackageview.h\
29
31
        rcdscanner.cc\
30
32
        rcdscanner.h\
 
33
        rlog.h\
 
34
        rlog.cc\
31
35
        indexcopy.cc\
32
36
        indexcopy.h\
33
37
        rpmindexcopy.cc \
34
38
        rpmindexcopy.h \
35
 
        raptoptions.cc \
36
 
        raptoptions.h\
37
39
        rsources.cc \
38
40
        rsources.h \
39
41
        rcacheactor.cc \