Navigation


Changeset 561:1cb9352359f4 in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
Sep 16, 2010, 1:53:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

More cleanups in the packaging. Also removed rgw_common.so which was quite useless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r460 r561  
    6464# how to do the check with cmake???
    6565
     66# Add this to workaround an apparent bug in FreeBSD cmake (already defined in Linux)
     67SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-rdynamic")
     68
    6669# Location for the include files
    6770INCLUDE_DIRECTORIES(include)
     
    7376SUBDIRS(freeDiameter)
    7477
    75 # Extensions (there is no point in freeDiameter without any extension)
     78# Extensions (there is no use of freeDiameter without any extension)
    7679SUBDIRS(extensions)
Note: See TracChangeset for help on using the changeset viewer.