Fix broken install of dbus-arch-deps.h.
authorRalf Habacker <ralf.habacker@freenet.de>
Sun, 15 May 2016 00:10:41 +0000 (02:10 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 30 Jan 2017 16:47:25 +0000 (17:47 +0100)
Reviewed-by: Simon McVittie <smcv@debian.org>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99586

cmake/dbus/CMakeLists.txt

index 86c4058..9beea5d 100644 (file)
@@ -22,7 +22,7 @@ set (dbusinclude_HEADERS
        ${DBUS_DIR}/dbus-syntax.h
        ${DBUS_DIR}/dbus-threads.h
        ${DBUS_DIR}/dbus-types.h
-       dbus-arch-deps.h
+       ${CMAKE_CURRENT_BINARY_DIR}/dbus-arch-deps.h
 )
 
 ### source code that goes in the installed client library