~ubuntu-branches/ubuntu/precise/gcalctool/precise-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-02-01 14:37:04 UTC
  • mfrom: (1.3.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20110201143704-ipo3nv351hrcfrlf
Tags: 5.91.6-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
gcalctool_SOURCES = \
12
12
        currency.c \
13
13
        currency.h \
 
14
        currency-manager.c \
 
15
        currency-manager.h \
14
16
        gcalctool.c \
15
17
        math-buttons.c \
16
18
        math-buttons.h \
47
49
        mp-serializer.h \
48
50
        financial.c \
49
51
        financial.h \
50
 
        units.c \
51
 
        units.h \
 
52
        unit.c \
 
53
        unit.h \
 
54
        unit-category.c \
 
55
        unit-category.h \
 
56
        unit-manager.c \
 
57
        unit-manager.h \
52
58
        unittest.c \
53
59
        unittest.h
54
60
 
57
63
 
58
64
gcalccmd_SOURCES = \
59
65
        gcalccmd.c \
 
66
        currency.c \
 
67
        currency.h \
 
68
        currency-manager.c \
 
69
        currency-manager.h \
60
70
        mp.c \
61
71
        mp-convert.c \
62
72
        mp-binary.c \
68
78
        mp-serializer.h\
69
79
        math-enums.c \
70
80
        math-enums.h \
71
 
        units.c \
72
 
        units.h
 
81
        unit.c \
 
82
        unit.h \
 
83
        unit-category.c \
 
84
        unit-category.h \
 
85
        unit-manager.c \
 
86
        unit-manager.h
73
87
 
74
88
gcalccmd_LDADD = \
75
89
        $(GCALCCMD_LIBS) \