Fixes to .am file.
This commit is contained in:
parent
96f8442e8c
commit
eede906424
1 changed files with 4 additions and 6 deletions
10
Makefile.am
10
Makefile.am
|
|
@ -20,17 +20,15 @@ endif
|
||||||
AM_YFLAGS = -d
|
AM_YFLAGS = -d
|
||||||
AM_LFLAGS = -o $(LEX_OUTPUT_ROOT).c
|
AM_LFLAGS = -o $(LEX_OUTPUT_ROOT).c
|
||||||
|
|
||||||
WARNFLAGS = -Wall -Wextra -Wfloat-equal -Wno-endif-labels
|
#WARNFLAGS = -Wall -Wextra -Wfloat-equal -Wno-endif-labels
|
||||||
WARNFLAGS += -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion
|
#WARNFLAGS += -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion
|
||||||
WARNFLAGS += -Wconversion -Wshorten-64-to-32 -Wsign-compare
|
#WARNFLAGS += -Wconversion -Wshorten-64-to-32 -Wsign-compare
|
||||||
WARNFLAGS += -Wmissing-field-initializers -pedantic-errors
|
#WARNFLAGS += -Wmissing-field-initializers -pedantic-errors
|
||||||
|
|
||||||
libledger_la_CXXFLAGS = $(WARNFLAGS) -I$(top_builddir)/gdtoa
|
libledger_la_CXXFLAGS = $(WARNFLAGS) -I$(top_builddir)/gdtoa
|
||||||
libledger_la_SOURCES = \
|
libledger_la_SOURCES = \
|
||||||
amount.cc \
|
amount.cc \
|
||||||
times.cc \
|
times.cc \
|
||||||
parsetime.yy \
|
|
||||||
scantime.ll \
|
|
||||||
quotes.cc \
|
quotes.cc \
|
||||||
balance.cc \
|
balance.cc \
|
||||||
value.cc \
|
value.cc \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue