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 | |
parent | de30ca5d5c98a8cbee3d8748601519e2263b3e1d (diff) | |
download | usbmuxd-4711a2b493f76561e9803bf7e8be77186f3e7798.tar.gz usbmuxd-4711a2b493f76561e9803bf7e8be77186f3e7798.tar.bz2 |
Renamed directory 'usbmuxd' to more suitable 'daemon'.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | daemon/CMakeLists.txt (renamed from usbmuxd/CMakeLists.txt) | 2 | ||||
-rw-r--r-- | daemon/client.c (renamed from usbmuxd/client.c) | 0 | ||||
-rw-r--r-- | daemon/client.h (renamed from usbmuxd/client.h) | 0 | ||||
-rw-r--r-- | daemon/device.c (renamed from usbmuxd/device.c) | 0 | ||||
-rw-r--r-- | daemon/device.h (renamed from usbmuxd/device.h) | 0 | ||||
-rw-r--r-- | daemon/log.c (renamed from usbmuxd/log.c) | 0 | ||||
-rw-r--r-- | daemon/log.h (renamed from usbmuxd/log.h) | 0 | ||||
-rw-r--r-- | daemon/main.c (renamed from usbmuxd/main.c) | 0 | ||||
-rw-r--r-- | daemon/usb-linux.c (renamed from usbmuxd/usb-linux.c) | 0 | ||||
-rw-r--r-- | daemon/usb.h (renamed from usbmuxd/usb.h) | 0 |
11 files changed, 2 insertions, 2 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) diff --git a/usbmuxd/CMakeLists.txt b/daemon/CMakeLists.txt index f95727c..45565d1 100644 --- a/usbmuxd/CMakeLists.txt +++ b/daemon/CMakeLists.txt @@ -3,7 +3,7 @@ include_directories(${USB_INCLUDE_DIRS}) set(LIBS ${LIBS} ${USB_LIBRARIES}) include_directories (${CMAKE_SOURCE_DIR}/common) -include_directories (${CMAKE_SOURCE_DIR}/usbmuxd) +include_directories (${CMAKE_SOURCE_DIR}/daemon) include_directories (${CMAKE_SOURCE_DIR}/libusbmuxd) include(CheckConstantExists) diff --git a/usbmuxd/client.c b/daemon/client.c index 0e47e84..0e47e84 100644 --- a/usbmuxd/client.c +++ b/daemon/client.c diff --git a/usbmuxd/client.h b/daemon/client.h index 4fc1ab4..4fc1ab4 100644 --- a/usbmuxd/client.h +++ b/daemon/client.h diff --git a/usbmuxd/device.c b/daemon/device.c index 3a5883c..3a5883c 100644 --- a/usbmuxd/device.c +++ b/daemon/device.c diff --git a/usbmuxd/device.h b/daemon/device.h index ce6c50b..ce6c50b 100644 --- a/usbmuxd/device.h +++ b/daemon/device.h diff --git a/usbmuxd/log.c b/daemon/log.c index 2ccb3cc..2ccb3cc 100644 --- a/usbmuxd/log.c +++ b/daemon/log.c diff --git a/usbmuxd/log.h b/daemon/log.h index 4a2ac2e..4a2ac2e 100644 --- a/usbmuxd/log.h +++ b/daemon/log.h diff --git a/usbmuxd/main.c b/daemon/main.c index dde99c2..dde99c2 100644 --- a/usbmuxd/main.c +++ b/daemon/main.c diff --git a/usbmuxd/usb-linux.c b/daemon/usb-linux.c index c09cdc9..c09cdc9 100644 --- a/usbmuxd/usb-linux.c +++ b/daemon/usb-linux.c diff --git a/usbmuxd/usb.h b/daemon/usb.h index 621ccb2..621ccb2 100644 --- a/usbmuxd/usb.h +++ b/daemon/usb.h |