Navigation


Changeset 677:fdce8d4575b7 in freeDiameter


Ignore:
Timestamp:
Jan 18, 2011, 10:21:13 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup link commands for Fedora

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • freeDiameterd/CMakeLists.txt

    r671 r677  
    1313
    1414# The link command
    15 TARGET_LINK_LIBRARIES(freeDiameterd libfdcore ${CMAKE_THREAD_LIBS_INIT} ${GNUTLS_LIBRARIES})
     15TARGET_LINK_LIBRARIES(freeDiameterd libfdproto libfdcore ${GNUTLS_LIBRARIES})
    1616
    1717####
  • include/freeDiameter/CMakeLists.txt

    r668 r677  
    144144SET(LFDCORE_INCLUDES ${SCTP_INCLUDE_DIR} ${GNUTLS_INCLUDE_DIR} ${GCRYPT_INCLUDE_DIR} PARENT_SCOPE)
    145145# And dependencies
    146 SET(LFDCORE_LINK_INTERFACES "" PARENT_SCOPE) # We don't force any other library, the programs will link with what they needs
    147                                              # (such as libgnutls if they use GNUTLS_DEBUG() macro)
     146SET(LFDCORE_LINK_INTERFACES "" PARENT_SCOPE)
     147                # We don't force other libraries, the programs will link with what it needs
     148                # (such as libgnutls if it uses GNUTLS_DEBUG() macro
     149                # or libfdproto if it uses some of its interfaces directly)
     150                # See freeDiameterd/CMakeLists.txt for an example.
    148151
    149152##########################
Note: See TracChangeset for help on using the changeset viewer.