~veselkovsd/homebank/ignore_week-end

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Maxime Doyen
  • Date: 2020-01-09 20:51:22 UTC
  • Revision ID: homebank@free.fr-20200109205122-160pgd4y7hirpins
5.3 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        hb-misc.h \
55
55
        hb-payee.c \
56
56
        hb-payee.h \
 
57
        hb-group.c \
 
58
        hb-group.h \
57
59
        hb-preferences.c \
58
60
        hb-preferences.h \
59
61
        hb-report.c \
106
108
        ui-assist-start.h \
107
109
        ui-budget.c \
108
110
        ui-budget.h \
 
111
        ui-budget-tabview.c \
 
112
        ui-budget-tabview.h \
109
113
        ui-category.c \
110
114
        ui-category.h \
111
115
        ui-currency.c \
116
120
        ui-filter.h \
117
121
        ui-hbfile.c \
118
122
        ui-hbfile.h \
 
123
        ui-group.c \
 
124
        ui-group.h \
119
125
        ui-payee.c \
120
126
        ui-payee.h \
121
127
        ui-pref.c \
132
138
        ui-widgets.c \
133
139
        ui-widgets.h
134
140
 
135
 
 
136
141
homebank_LDADD = $(DEPS_LIBS) \
137
142
        $(LIBSOUP_LIBS)
138
143