From 3c173016e870f45814b508fe11aafc581b6107c6 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 26 Aug 2009 03:56:56 +0200 Subject: Add version information. --- daemon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/CMakeLists.txt') diff --git a/daemon/CMakeLists.txt b/daemon/CMakeLists.txt index 45565d1..e5f9b11 100644 --- a/daemon/CMakeLists.txt +++ b/daemon/CMakeLists.txt @@ -25,7 +25,7 @@ Please apply the patch in the contrib/ directory to your libusb 1.0 tree. add_definitions(-DEXPLICIT_ZLP_TRANSACTION) endif(NOT HAVE_LIBUSB_ZLP) -add_definitions(-Wall -O2 -g -DUSBMUXD_DAEMON) +add_definitions(-Wall -O2 -g -DUSBMUXD_DAEMON -DUSBMUXD_VERSION="${USBMUXD_VERSION}") add_executable(usbmuxd main.c usb-linux.c log.c ../common/utils.c device.c client.c) target_link_libraries(usbmuxd ${LIBS}) -- cgit v1.1-32-gdbae