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 *.so
*.dylib *.dylib
ubus.sock ubus.sock
listener ubus-example
ubusd ubusd
ubus ubus
install_manifest.txt install_manifest.txt

View file

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