libvirt/examples/domain-events/events-c/Makefile.am

6 lines
208 B
Makefile
Raw Normal View History

INCLUDES = -I$(top_builddir)/include -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