summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGolubev Alexander <fatzer2@gmail.com>2013-07-27 07:22:31 +0400
committerGolubev Alexander <fatzer2@gmail.com>2013-07-27 11:20:30 +0400
commitb94916d7ca01259d4fbd4c818195788c7c528fa6 (patch)
treeca929cde8a5267221016c4eff0ec0345439f687d
parent29bc5feb2c432824652da24d7d67e9110e94f574 (diff)
downloadtdelibs-b94916d7ca01259d4fbd4c818195788c7c528fa6.tar.gz
tdelibs-b94916d7ca01259d4fbd4c818195788c7c528fa6.zip
add instalation of missing tdehwcommontypes.h include
-rw-r--r--tdecore/tdehw/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdecore/tdehw/CMakeLists.txt b/tdecore/tdehw/CMakeLists.txt
index 1bcec6db7..85cacf734 100644
--- a/tdecore/tdehw/CMakeLists.txt
+++ b/tdecore/tdehw/CMakeLists.txt
@@ -67,6 +67,7 @@ install( FILES tdehardwaredevices.h tdenetworkconnections.h tdegenericdevice.h
tdestoragedevice.h tdecpudevice.h tdebatterydevice.h tdemainspowerdevice.h
tdenetworkdevice.h tdebacklightdevice.h tdemonitordevice.h
tdesensordevice.h tderootsystemdevice.h tdeeventdevice.h tdeinputdevice.h
+ tdehwcommontypes.h
DESTINATION ${INCLUDE_INSTALL_DIR} )