Navigation



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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.