Codebase list libvirt / 362bec6
autopkgtest: Adjust to new path Guido Günther 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 CFLAGS=$(shell pkg-config --cflags libvirt)
33 LIBS=$(shell pkg-config --libs libvirt)
44
5 a.out: examples/dominfo/info1.c
5 a.out: examples/c/domain/info1.c
66 gcc $(CFLAGS) $< $(LIBS)
77 @echo "Build test of $< succeeded"
88 @rm -f a.out