mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
builder: add index-struct.h as dependency for index-parser-c.c
Just like with index-parse.h, also index-struct.h is a dependency of index-parser-c.c which automake cannot generate correctly. Thus, add it manually.
This commit is contained in:
@@ -231,7 +231,7 @@ CLEANFILES += \
|
||||
|
||||
# Fix dependencies which automake doesn't generate correctly.
|
||||
if HAVE_OCAML
|
||||
index-parser-c.o: index-parse.h
|
||||
index-parser-c.o: index-parse.h index-struct.h
|
||||
index-scan.o: index-parse.h
|
||||
endif
|
||||
index-validate.o: index-parse.h
|
||||
|
||||
Reference in New Issue
Block a user