Skip to content

Commit

Permalink
removed output-def
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 2, 2018
1 parent ad74324 commit 79e0b0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/findlib/CMakeLists.txt
Expand Up @@ -39,7 +39,6 @@ INSTALL(TARGETS bareosfind DESTINATION ${libdir})
set_target_properties(bareosfind PROPERTIES VERSION "${VERSION}"
SOVERSION "${SOVERSION}"
DEFINE_SYMBOL "BUILDING_DLL"
LINK_FLAGS -Wl,--output-def,bareosfind.def -L bareos.def
)

#add_subdirectory(unittests)
2 changes: 0 additions & 2 deletions src/lib/CMakeLists.txt
Expand Up @@ -93,13 +93,11 @@ set_target_properties(bareoscfg PROPERTIES VERSION "${VERSION}"
SOVERSION "${SOVERSION}"
DEFINE_SYMBOL "BUILDING_DLL"
)
#LINK_FLAGS -Wl,--output-def,bareoscfg.def

set_target_properties(bareos PROPERTIES VERSION "${VERSION}"
SOVERSION "${SOVERSION}"
DEFINE_SYMBOL "BUILDING_DLL"
)
#LINK_FLAGS -Wl,--output-def,bareos.def

INSTALL(FILES ${INCLUDE_FILES} DESTINATION ${includedir})

Expand Down

0 comments on commit 79e0b0b

Please sign in to comment.