mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-04 20:31:13 +00:00
3bd4c7ba16
* cfg.mk: use $(srcdir)/ prefix for Makefile.nonreentrant include * examples/domain-events/events-c/Makefile.am tools/Makefile.am examples/hellolibvirt/Makefile.am: extend the include paths to use $(top_srcdir)/include too.
6 lines
218 B
Makefile
6 lines
218 B
Makefile
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
|
|
noinst_PROGRAMS = hellolibvirt
|
|
hellolibvirt_CFLAGS = $(WARN_CFLAGS)
|
|
hellolibvirt_SOURCES = hellolibvirt.c
|
|
hellolibvirt_LDADD = @top_builddir@/src/libvirt.la
|