Skip to content

Commit ae3271a

Browse files
committed
It was failing to mention the base build
directory as a source for include of config.h. Fixed. modified: src/bin/gennames/Makefile.am
1 parent 639e2bb commit ae3271a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/gennames/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ gennames_SOURCES = gennames.c \
1818
gennames_CPPFLAGS = \
1919
-I$(top_srcdir)/src/bin/dwarfdump \
2020
-I$(top_srcdir)/src/lib/libdwarf \
21+
-I$(top_builddir) \
2122
-I$(top_builddir)/src/lib/libdwarf
2223
gennames_CFLAGS = $(DWARF_CFLAGS_WARN)
2324

0 commit comments

Comments
 (0)