diff options
author | Nikias Bassen | 2009-08-25 03:26:22 +0200 |
---|---|---|
committer | Nikias Bassen | 2009-08-25 03:26:22 +0200 |
commit | 4711a2b493f76561e9803bf7e8be77186f3e7798 (patch) | |
tree | 339684fe1b996e01047c3eb220a8e22e4491c5e2 /CMakeLists.txt | |
parent | de30ca5d5c98a8cbee3d8748601519e2263b3e1d (diff) | |
download | usbmuxd-4711a2b493f76561e9803bf7e8be77186f3e7798.tar.gz usbmuxd-4711a2b493f76561e9803bf7e8be77186f3e7798.tar.bz2 |
Renamed directory 'usbmuxd' to more suitable 'daemon'.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 495ba9c..2f7ebc1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.6) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/Modules/") add_subdirectory (libusbmuxd) -add_subdirectory (usbmuxd) +add_subdirectory (daemon) add_subdirectory (tools) add_subdirectory (udev) |