mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 22:39:56 +00:00
ff81956ac6
I went with the shorter license notice used by src/libvirt.c, rather than spelling out the full LGPLv2+ clause into each of these files. * configure.ac: Declare copyright. * all Makefile.am: Likewise.
13 lines
355 B
Makefile
13 lines
355 B
Makefile
## Copyright (C) 2005-2011 Red Hat, Inc.
|
|
## See COPYING.LIB for the License of this software
|
|
|
|
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)
|