| 123456789101112 |
- --- a/src/Makefile.am
- +++ b/src/Makefile.am
- @@ -21,7 +21,8 @@ DEFS += $(YYDEBUG) -DDEBUGPRED=@DEBUGPRE
- -DSRCDIR=\"$(shell cd $(srcdir);pwd)\" -DOBJDIR=\"$(shell pwd)\"
-
- DEFAULT_INCLUDES =
- -AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
- +AM_CPPFLAGS = -iquote . -iquote $(srcdir) -I$(top_srcdir)/lib \
- + -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
- -I$(srcdir)/../libdw -I$(srcdir)/../libdwelf \
- -I$(srcdir)/../libdwfl -I$(srcdir)/../libasm -I../debuginfod
-
|