Skip to content
Snippets Groups Projects
Commit 5675980a authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

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

parent 7a917dde
No related branches found
No related tags found
No related merge requests found
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment