rename listener to ubus-example

This commit is contained in:
Felix Fietkau 2011-02-06 02:15:10 +01:00
parent 4864ab6397
commit 4534209ea8
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -6,7 +6,7 @@ CMakeFiles
*.so
*.dylib
ubus.sock
listener
ubus-example
ubusd
ubus
install_manifest.txt

View file

@ -18,8 +18,8 @@ ADD_EXECUTABLE(cli cli.c)
SET_TARGET_PROPERTIES(cli PROPERTIES OUTPUT_NAME ubus)
TARGET_LINK_LIBRARIES(cli ubus ubox json)
ADD_EXECUTABLE(listener listener.c)
TARGET_LINK_LIBRARIES(listener ubus ubox)
ADD_EXECUTABLE(ubus-example ubus-example.c)
TARGET_LINK_LIBRARIES(ubus-example ubus ubox)
SET(CMAKE_INSTALL_PREFIX /usr)