Makefile.am 561 字节
Newer Older
1 2 3 4
## Process this file with automake to produce Makefile.in

INCLUDES = -I$(top_builddir)/include -I@top_srcdir@/include \
           -I@top_srcdir@/proxy -I@top_srcdir@/src @LIBXML_CFLAGS@ \
5
	   -DPROXY
6 7


8
libexec_PROGRAMS = libvirt_proxy
9 10 11 12 13 14 15 16 17
LIBS=

libvirt_proxy_SOURCES = libvirt_proxy.c @top_srcdir@/src/xend_internal.c \
	    @top_srcdir@/src/xen_internal.c @top_srcdir@/src/virterror.c \
	    @top_srcdir@/src/sexpr.c
libvirt_proxy_LDFLAGS =
libvirt_proxy_DEPENDENCIES =
libvirt_proxy_LDADD =

18 19
install-exec-hook:
	chmod u+s $(DESTDIR)$(libexecdir)/libvirt_proxy