[#1220] Use non-installed binary for dbusxx-xml2cpp

This commit is contained in:
Emmanuel Milou
2009-04-21 20:48:41 -04:00
parent 7a917dde85
commit 5675980af8

View File

@ -1,5 +1,7 @@
include $(top_srcdir)/globals.mak
DBUSXX=$(top_srcdir)/libs/dbus-c++/tools/dbusxx-xml2cpp
noinst_LTLIBRARIES = libdbus.la
BUILT_SOURCES= \
@ -9,7 +11,7 @@ BUILT_SOURCES= \
# Rule to generate the binding headers
%-glue.h: %-introspec.xml Makefile.am
dbusxx-xml2cpp $< --adaptor=$@
$(DBUSXX) $< --adaptor=$@
libdbus_la_SOURCES = \
callmanager.cpp \