summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--client.c (renamed from mux.c)0
-rw-r--r--client.h (renamed from mux.h)0
3 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index acbc779..cd4a427 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,6 +11,6 @@ set(LIBS ${LIBS} ${USB_LIBRARIES})
#set(CMAKE_VERBOSE_MAKEFILE ON)
add_definitions(-Wall -O2)
-add_executable(usbmuxd main.c usb-linux.c log.c utils.c device.c)
+add_executable(usbmuxd main.c usb-linux.c log.c utils.c device.c client.c)
target_link_libraries(usbmuxd ${LIBS})
diff --git a/mux.c b/client.c
index c56f8f4..c56f8f4 100644
--- a/mux.c
+++ b/client.c
diff --git a/mux.h b/client.h
index d6f61af..d6f61af 100644
--- a/mux.h
+++ b/client.h