2006-06-28 18:19:13 +00:00
|
|
|
## 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@ \
|
2006-09-21 15:24:37 +00:00
|
|
|
-DPROXY -DLOCALEBASEDIR=\""$(datadir)/locale"\" \
|
2007-03-15 07:43:16 +00:00
|
|
|
-DGETTEXT_PACKAGE=\"$(PACKAGE)\" $(WARN_CFLAGS) $(LIBVIRT_FEATURES)
|
2006-06-28 18:19:13 +00:00
|
|
|
|
2006-07-03 13:45:55 +00:00
|
|
|
libexec_PROGRAMS = libvirt_proxy
|
2006-06-28 18:19:13 +00:00
|
|
|
|
|
|
|
libvirt_proxy_SOURCES = libvirt_proxy.c @top_srcdir@/src/xend_internal.c \
|
|
|
|
@top_srcdir@/src/xen_internal.c @top_srcdir@/src/virterror.c \
|
2006-08-09 15:21:16 +00:00
|
|
|
@top_srcdir@/src/sexpr.c @top_srcdir@/src/xml.c \
|
2007-06-26 22:33:22 +00:00
|
|
|
@top_srcdir@/src/xs_internal.c @top_srcdir@/src/buf.c
|
2007-05-29 14:44:15 +00:00
|
|
|
libvirt_proxy_LDFLAGS = $(WARN_CFLAGS)
|
2006-06-28 18:19:13 +00:00
|
|
|
libvirt_proxy_DEPENDENCIES =
|
|
|
|
libvirt_proxy_LDADD =
|
|
|
|
|
2006-07-03 13:45:55 +00:00
|
|
|
install-exec-hook:
|
|
|
|
chmod u+s $(DESTDIR)$(libexecdir)/libvirt_proxy
|