2009-10-01 14:55:09 +00:00
|
|
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
|
2009-02-26 16:14:50 +00:00
|
|
|
noinst_PROGRAMS = hellolibvirt
|
|
|
|
hellolibvirt_CFLAGS = $(WARN_CFLAGS)
|
|
|
|
hellolibvirt_SOURCES = hellolibvirt.c
|
|
|
|
hellolibvirt_LDADD = @top_builddir@/src/libvirt.la
|