Navigation


Changeset 631:3660824413ab in freeDiameter


Ignore:
Timestamp:
Dec 14, 2010, 1:51:54 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fixed some dependencies

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/debian/control

    r629 r631  
    2929Architecture: any
    3030Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-common (= ${binary:Version})
    31 Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072, freediameter-dictionary-legacy
     31Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072, freediameter-dictionary-rfc4740,
     32  freediameter-dictionary-mip6, freediameter-dictionary-legacy
    3233Description: The freeDiameter daemon.
    3334 The freeDiameter daemon provides support for the Diameter
     
    4445Architecture: any
    4546Section: contrib/debug
    46 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), python
     47Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version})
     48Suggests: python, libmysqlclient16
    4749Description: freeDiameter debug tools.
    4850 This package provides useful tools to help tracking
  • extensions/test_sip/CMakeLists.txt

    r427 r631  
    2121
    2222TARGET_LINK_LIBRARIES(test_sip ${MySQL_LIBRARIES})
     23
     24
     25####
     26## INSTALL section ##
     27
     28INSTALL(TARGETS test_app
     29        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
     30        COMPONENT freeDiameter-debug-tools)
Note: See TracChangeset for help on using the changeset viewer.