Brian Waters | 13d9601 | 2017-12-08 16:53:31 -0600 | [diff] [blame] | 1 | # The dict_dcca extension |
2 | PROJECT("Diameter DCCA (Diameter Credit Control Application ) dictionary definitions" C) | ||||
3 | |||||
4 | # Compile as a module | ||||
5 | FD_ADD_EXTENSION(dict_dcca dict_dcca.c) | ||||
6 | |||||
7 | |||||
8 | #### | ||||
9 | ## INSTALL section ## | ||||
10 | |||||
11 | INSTALL(TARGETS dict_dcca | ||||
12 | LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX} | ||||
13 | COMPONENT freeDiameter-dictionary-rfc4006) |