Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
freediameter
Commits
2cdb7249
Commit
2cdb7249
authored
Dec 14, 2010
by
Sebastien Decugis
Browse files
Fix install component
parent
28a6bbca
Changes
4
Hide whitespace changes
Inline
Side-by-side
extensions/dict_legacy_xml/CMakeLists.txt
View file @
2cdb7249
...
...
@@ -30,7 +30,6 @@ TARGET_LINK_LIBRARIES(dict_legacy_xml ${LIBXML2_LIBRARIES} )
####
## INSTALL section ##
# We install with the daemon component because it is a base feature.
INSTALL
(
TARGETS dict_legacy_xml
LIBRARY DESTINATION
${
INSTALL_EXTENSIONS_SUFFIX
}
COMPONENT freeDiameter-d
aemon
)
COMPONENT freeDiameter-d
ictionary-legacy
)
extensions/dict_mip6a/CMakeLists.txt
View file @
2cdb7249
...
...
@@ -10,4 +10,4 @@ FD_ADD_EXTENSION(dict_mip6a dict_mip6a.c)
INSTALL
(
TARGETS dict_mip6a
LIBRARY DESTINATION
${
INSTALL_EXTENSIONS_SUFFIX
}
COMPONENT freeDiameter-dictionary-mip6
a
)
COMPONENT freeDiameter-dictionary-mip6
)
extensions/dict_mip6i/CMakeLists.txt
View file @
2cdb7249
...
...
@@ -10,4 +10,4 @@ FD_ADD_EXTENSION(dict_mip6i dict_mip6i.c)
INSTALL
(
TARGETS dict_mip6i
LIBRARY DESTINATION
${
INSTALL_EXTENSIONS_SUFFIX
}
COMPONENT freeDiameter-dictionary-mip6
i
)
COMPONENT freeDiameter-dictionary-mip6
)
extensions/dict_nas_mipv6/CMakeLists.txt
View file @
2cdb7249
...
...
@@ -10,4 +10,4 @@ FD_ADD_EXTENSION(dict_nas_mipv6 dict_nas_mipv6.c)
INSTALL
(
TARGETS dict_nas_mipv6
LIBRARY DESTINATION
${
INSTALL_EXTENSIONS_SUFFIX
}
COMPONENT freeDiameter-dictionary-
nas_
mip
v
6
)
COMPONENT freeDiameter-dictionary-mip6
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment