diff options
Diffstat (limited to 'kppp/Rules/Austria')
-rw-r--r-- | kppp/Rules/Austria/Business_1/CMakeLists.txt | 14 | ||||
-rw-r--r-- | kppp/Rules/Austria/Business_2/CMakeLists.txt | 14 | ||||
-rw-r--r-- | kppp/Rules/Austria/CMakeLists.txt | 15 | ||||
-rw-r--r-- | kppp/Rules/Austria/Minimum/CMakeLists.txt | 14 | ||||
-rw-r--r-- | kppp/Rules/Austria/Standard/CMakeLists.txt | 14 |
5 files changed, 71 insertions, 0 deletions
diff --git a/kppp/Rules/Austria/Business_1/CMakeLists.txt b/kppp/Rules/Austria/Business_1/CMakeLists.txt new file mode 100644 index 00000000..db337820 --- /dev/null +++ b/kppp/Rules/Austria/Business_1/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + Local.rst Long_Distance.rst Online.rst + DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules/Austria/Business_1 ) diff --git a/kppp/Rules/Austria/Business_2/CMakeLists.txt b/kppp/Rules/Austria/Business_2/CMakeLists.txt new file mode 100644 index 00000000..c1584885 --- /dev/null +++ b/kppp/Rules/Austria/Business_2/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + Local.rst Long_Distance.rst Online.rst + DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules/Austria/Business_2 ) diff --git a/kppp/Rules/Austria/CMakeLists.txt b/kppp/Rules/Austria/CMakeLists.txt new file mode 100644 index 00000000..8f907c12 --- /dev/null +++ b/kppp/Rules/Austria/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( Business_1 ) +add_subdirectory( Business_2 ) +add_subdirectory( Minimum ) +add_subdirectory( Standard ) diff --git a/kppp/Rules/Austria/Minimum/CMakeLists.txt b/kppp/Rules/Austria/Minimum/CMakeLists.txt new file mode 100644 index 00000000..54968974 --- /dev/null +++ b/kppp/Rules/Austria/Minimum/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + Local.rst Long_Distance.rst Online.rst + DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules/Austria/Minimum ) diff --git a/kppp/Rules/Austria/Standard/CMakeLists.txt b/kppp/Rules/Austria/Standard/CMakeLists.txt new file mode 100644 index 00000000..b82fced9 --- /dev/null +++ b/kppp/Rules/Austria/Standard/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + Local.rst Long_Distance.rst Online.rst UTA_easyinternet.rst + DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules/Austria/Standard ) |