blob: 8152a02484cd6d6f847548cf06ab947640c3a152 [file] [log] [blame]
Brian Waters13d96012017-12-08 16:53:31 -06001# The dict_dcca_starent extension
2PROJECT("Diameter DCCA (Diameter Credit Control Application) Starent dictionary definitions " C)
3
4# Compile as a module
5FD_ADD_EXTENSION(dict_dcca_starent dict_dcca_starent.c)
6
7
8####
9## INSTALL section ##
10
11INSTALL(TARGETS dict_dcca_starent
12 LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
13 COMPONENT freeDiameter-dictionary-rfc4006-extension-starent)
14