Skip to content
Snippets Groups Projects
Commit c5cabced authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

net/krb5auth: do not use file globbing

parent 7a668258
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,15 @@ if(MACOSX_KRB5_DEPRECATED)
endif()
ROOT_STANDARD_LIBRARY_PACKAGE(Krb5Auth
HEADERS TKSocket.h
LIBRARIES ${KRB5_LIBRARIES} ${COMERR_LIBRARIES}
DEPENDENCIES RootAuth Net)
HEADERS
TKSocket.h
SOURCES
src/Krb5Auth.cxx
src/TKSocket.cxx
LIBRARIES
${KRB5_LIBRARIES}
${COMERR_LIBRARIES}
DEPENDENCIES
RootAuth
Net
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment