mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 15:00:07 +00:00
10 lines
259 B
Makefile
10 lines
259 B
Makefile
|
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
|
|
LDADDS = @STATIC_BINARIES@ $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la $(COVERAGE_LDFLAGS)
|
|
|
|
noinst_PROGRAMS=info1
|
|
|
|
info1_SOURCES=info1.c
|
|
info1_LDFLAGS=
|
|
info1_LDADD= $(LDADDS)
|