dbus-spawn.h is internal, it shouldn't be installed
authorRomain Pokrzywka <romain@kdab.com>
Tue, 2 Feb 2010 21:52:58 +0000 (13:52 -0800)
committerRalf Habacker <ralf.habacker@freenet.de>
Sat, 6 Feb 2010 23:32:40 +0000 (00:32 +0100)
cmake/dbus/CMakeLists.txt
dbus/Makefile.am

index b798a41..d1cb298 100644 (file)
@@ -23,7 +23,6 @@ set (dbusinclude_HEADERS
        ${DBUS_DIR}/dbus-server.h
        ${DBUS_DIR}/dbus-shared.h
        ${DBUS_DIR}/dbus-signature.h
-       ${DBUS_DIR}/dbus-spawn.h
        ${DBUS_DIR}/dbus-threads.h
        ${DBUS_DIR}/dbus-types.h
        dbus-arch-deps.h
index 1c710ac..886d58f 100644 (file)
@@ -23,6 +23,10 @@ SUFFIXES = rc
 dbus_res = versioninfo.o
 dbus_res_ldflag = -Wl,$(dbus_res)
 no_undefined = -no-undefined
+
+
+### FIXME use the .def.in files depending on the current config 
+### or combine them in a single .def file as done in the cmake build
 export_symbols = -export-symbols $(srcdir)/dbus-1.def
 
 install-def-file:
@@ -107,7 +111,6 @@ dbusinclude_HEADERS=                                \
        dbus-server.h                           \
        dbus-shared.h                           \
        dbus-signature.h                        \
-       dbus-spawn.h                            \
        dbus-threads.h                          \
        dbus-types.h