mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 05:11:14 +00:00
66780313c2
* Makefile.am configure.in examples/hellolibvirt/Makefile.am examples/hellolibvirt/hellolibvirt.c: new trivial example program by David Allan Daniel
6 lines
191 B
Makefile
6 lines
191 B
Makefile
INCLUDES = -I@top_srcdir@/include
|
|
noinst_PROGRAMS = hellolibvirt
|
|
hellolibvirt_CFLAGS = $(WARN_CFLAGS)
|
|
hellolibvirt_SOURCES = hellolibvirt.c
|
|
hellolibvirt_LDADD = @top_builddir@/src/libvirt.la
|