annotate extensions/dict_dcca/CMakeLists.txt @ 742:eefb6fa3c904

Added RFC4006 incomplete dictionary extension to the debian package
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 29 Mar 2011 10:48:04 +0900
parents a47f7b36a309
children 2bf587a8f6bc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
739
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1 # The dict_nasreq extension
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
2 PROJECT("Diameter DCCA (Diameter Credit Control Application ) dictionary definitions" C)
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
3
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4 # Compile as a module
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
5 FD_ADD_EXTENSION(dict_dcca dict_dcca.c)
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
6
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
7
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
8 ####
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
9 ## INSTALL section ##
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
10
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
11 INSTALL(TARGETS dict_dcca
a47f7b36a309 Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
12 LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
742
eefb6fa3c904 Added RFC4006 incomplete dictionary extension to the debian package
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 739
diff changeset
13 COMPONENT freeDiameter-dictionary-rfc4006)
"Welcome to our mercurial repository"