rename afb-wsc to libafbwsc
authorJosé Bollo <jose.bollo@iot.bzh>
Sun, 29 May 2016 07:59:36 +0000 (09:59 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Sun, 29 May 2016 07:59:36 +0000 (09:59 +0200)
Change-Id: I8609fcaff3f271f88cb4582675a404c88a9a41a5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
CMakeLists.txt
libafbwsc.pc.in [moved from afb-wsc.pc.in with 100% similarity]

index c5094bb..17ee492 100644 (file)
@@ -69,11 +69,11 @@ ADD_SUBDIRECTORY(plugins)
 ############################################################
 # installs the pkgconfig files
 CONFIGURE_FILE(afb-daemon.pc.in afb-daemon.pc @ONLY)
-CONFIGURE_FILE(afb-wsc.pc.in afb-wsc.pc @ONLY)
+CONFIGURE_FILE(libafbwsc.pc.in libafbwsc.pc @ONLY)
 
 INSTALL(FILES
     ${CMAKE_CURRENT_BINARY_DIR}/afb-daemon.pc
-    ${CMAKE_CURRENT_BINARY_DIR}/afb-wsc.pc
+    ${CMAKE_CURRENT_BINARY_DIR}/libafbwsc.pc
     DESTINATION
     ${CMAKE_INSTALL_LIBDIR}/pkgconfig
     )
similarity index 100%
rename from afb-wsc.pc.in
rename to libafbwsc.pc.in