mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +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.
11 lines
407 B
Makefile
11 lines
407 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$(top_builddir)/gnulib/lib -I$(top_srcdir)/gnulib/lib
|
|
noinst_PROGRAMS = event-test
|
|
event_test_CFLAGS = $(WARN_CFLAGS)
|
|
event_test_SOURCES = event-test.c
|
|
event_test_LDADD = $(top_builddir)/src/libvirt.la \
|
|
$(top_builddir)/gnulib/lib/libgnu.la
|