mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 14:29: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.
9 lines
312 B
Makefile
9 lines
312 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
|
|
noinst_PROGRAMS = hellolibvirt
|
|
hellolibvirt_CFLAGS = $(WARN_CFLAGS)
|
|
hellolibvirt_SOURCES = hellolibvirt.c
|
|
hellolibvirt_LDADD = @top_builddir@/src/libvirt.la
|