summaryrefslogtreecommitdiff
path: root/include/dlt/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-23 13:01:40 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-23 13:01:40 +0200
commit50894750e987f38d1769eb1661ec77be3e2a8ba7 (patch)
tree486193324894daf4cb6daadab7f96fe6d915b83c /include/dlt/CMakeLists.txt
parent101dab1a5261189a13068810ee57fe76b64ad909 (diff)
downloadDLT-daemon-50894750e987f38d1769eb1661ec77be3e2a8ba7.tar.gz
First prototype to switch to shm communication
Diffstat (limited to 'include/dlt/CMakeLists.txt')
-rwxr-xr-xinclude/dlt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dlt/CMakeLists.txt b/include/dlt/CMakeLists.txt
index 6ddcfad..95b9929 100755
--- a/include/dlt/CMakeLists.txt
+++ b/include/dlt/CMakeLists.txt
@@ -35,6 +35,6 @@
# @licence end@
########
-install(FILES dlt.h dlt_user.h dlt_user_macros.h dlt_client.h dlt_protocol.h dlt_common.h dlt_types.h dlt_version.h
+install(FILES dlt.h dlt_user.h dlt_user_macros.h dlt_client.h dlt_protocol.h dlt_common.h dlt_types.h dlt_version.h dlt_shm.h
DESTINATION include/dlt
COMPONENT devel)