Skip to content

Commit

Permalink
Remove: wincmd pkgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraemii authored and nichtsfrei committed Mar 31, 2022
1 parent 246f975 commit aad4539
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,10 @@ set (LINKER_HARDENING_FLAGS "-Wl,-z,relro -Wl,-z,now")

configure_file (VERSION.in ${CMAKE_BINARY_DIR}/VERSION @ONLY)
configure_file (libopenvas_wmiclient.pc.in ${CMAKE_BINARY_DIR}/libopenvas_wmiclient.pc @ONLY)
configure_file (libopenvas_wincmd.pc.in ${CMAKE_BINARY_DIR}/libopenvas_wincmd.pc @ONLY)

install (FILES ${CMAKE_BINARY_DIR}/libopenvas_wmiclient.pc
DESTINATION ${LIBDIR}/pkgconfig)

install (FILES ${CMAKE_BINARY_DIR}/libopenvas_wincmd.pc
DESTINATION ${LIBDIR}/pkgconfig)

add_subdirectory(samba)
add_subdirectory(wmi)
add_subdirectory(doc)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![GitHub releases](https://img.shields.io/github/release/greenbone/openvas-smb.svg)](https://github.com/greenbone/openvas-smb/releases)
[![CircleCI](https://circleci.com/gh/greenbone/openvas-smb/tree/master.svg?style=svg)](https://circleci.com/gh/greenbone/openvas-smb/tree/master)

This is the `smb` module for the OpenVAS Scanner. It includes libraries
(`openvas-wmiclient`/`openvas-wincmd`) to interface with Microsoft Windows
This is the `smb` module for the OpenVAS Scanner. It includes the
openvas-wmiclient library to interface with Microsoft Windows
Systems through the Windows Management Instrumentation API and a `wmic`
binary to execute queries remotely on that system.

Expand Down
13 changes: 0 additions & 13 deletions libopenvas_wincmd.pc.in

This file was deleted.

0 comments on commit aad4539

Please sign in to comment.