diff options
author | Romain Pokrzywka <romain@kdab.com> | 2010-02-04 13:49:39 -0800 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2010-02-07 00:32:48 +0100 |
commit | e750a52a4d70f890b45f717c84a44df9f6d57343 (patch) | |
tree | a4f094bf2c404307da8a85521ee8b45953859a38 /cmake | |
parent | 18d6f550d45d35911bd77d3f3aa7f2f882b53ccf (diff) | |
download | dbus-e750a52a4d70f890b45f717c84a44df9f6d57343.tar.gz |
move dbus-1.def.cmake to the cmake subdir, as it's cmake specific
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/dbus/dbus-1.def.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/dbus/dbus-1.def.cmake b/cmake/dbus/dbus-1.def.cmake new file mode 100644 index 00000000..0979b7a8 --- /dev/null +++ b/cmake/dbus/dbus-1.def.cmake @@ -0,0 +1,5 @@ +@DBUS_LIBRARY_HEADER@ +EXPORTS +@DBUS_CLIENT_EXPORTS@ +@DBUS_CLIENT_TEST_EXPORTS@ +@DBUS_VERBOSE_EXPORTS@
\ No newline at end of file |