mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 15:00:07 +00:00
6 lines
181 B
Makefile
6 lines
181 B
Makefile
|
INCLUDES = -I@top_srcdir@/include
|
||
|
noinst_PROGRAMS = event-test
|
||
|
event_test_CFLAGS = $(WARN_CFLAGS)
|
||
|
event_test_SOURCES = event-test.c
|
||
|
event_test_LDADD = @top_builddir@/src/libvirt.la
|