mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
Moved crontab out of utility
This commit is contained in:
parent
53d683a3b3
commit
01005c72b3
@ -209,7 +209,7 @@ SET(OSQUERY_LIB_OBJECTS
|
||||
|
||||
# Create the static libosquery
|
||||
set(CMAKE_MACOSX_RPATH 0)
|
||||
ADD_LIBRARY(libosquery STATIC main/empty.cpp ${OSQUERY_LIB_OBJECTS}) # ${OSQUERY_CORE_TABLE_OBJECTS}
|
||||
ADD_LIBRARY(libosquery STATIC main/lib.cpp ${OSQUERY_LIB_OBJECTS}) # ${OSQUERY_CORE_TABLE_OBJECTS}
|
||||
TARGET_LINK_LIBRARIES(libosquery ${OSQUERY_LIBS})
|
||||
SET_TARGET_PROPERTIES(libosquery PROPERTIES OUTPUT_NAME osquery)
|
||||
INSTALL(TARGETS libosquery DESTINATION lib)
|
||||
|
@ -93,11 +93,11 @@ ADD_OSQUERY_LIBRARY(osquery_tables
|
||||
networking/etc_hosts.cpp
|
||||
networking/etc_services.cpp
|
||||
utility/time.cpp
|
||||
utility/crontab.cpp
|
||||
utility/hash.cpp
|
||||
utility/file.cpp
|
||||
utility/osquery.cpp
|
||||
system/cpuid.cpp
|
||||
system/crontab.cpp
|
||||
system/last.cpp
|
||||
system/shell_history.cpp
|
||||
system/suid_bin.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user