Whitespace fix.
This commit is contained in:
parent
e391ca5e95
commit
d0644ac24d
1 changed files with 8 additions and 8 deletions
16
Makefile.am
16
Makefile.am
|
|
@ -213,14 +213,14 @@ ELCFILES =
|
|||
DISTCLEANFILES = ledger.elc timeclock.elc
|
||||
CLEANFILES += TAGS
|
||||
|
||||
all_sources = $(libledger_util_la_SOURCES) \
|
||||
$(libledger_math_la_SOURCES) \
|
||||
$(libledger_expr_la_SOURCES) \
|
||||
$(libledger_data_la_SOURCES) \
|
||||
$(libledger_parse_la_SOURCES) \
|
||||
$(libledger_report_la_SOURCES) \
|
||||
$(libledger_extra_la_SOURCES) \
|
||||
$(libledger_python_la_SOURCES) \
|
||||
all_sources = $(libledger_util_la_SOURCES) \
|
||||
$(libledger_math_la_SOURCES) \
|
||||
$(libledger_expr_la_SOURCES) \
|
||||
$(libledger_data_la_SOURCES) \
|
||||
$(libledger_parse_la_SOURCES) \
|
||||
$(libledger_report_la_SOURCES) \
|
||||
$(libledger_extra_la_SOURCES) \
|
||||
$(libledger_python_la_SOURCES) \
|
||||
python/pyledger.cc
|
||||
|
||||
all_files = $(all_sources) $(pkginclude_HEADERS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue