mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
[#1220] Use non-installed binary for dbusxx-xml2cpp
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user