diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2012-07-18 23:08:46 +0200 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2012-07-18 23:08:46 +0200 |
| commit | 711bab7bbcd542f36eb58cfb491859876ee8c972 (patch) | |
| tree | 02d93219d9e9685b10015eb40fc9025ef4c5b567 | |
| parent | 7fcf71936da7980f6b5191d7c860c7ebbd6fab40 (diff) | |
Fix build issue.
(bzr r2507.1.8)
| -rw-r--r-- | launcher/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index bea64c94b..ceefbdb0e 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -72,6 +72,7 @@ set (LAUNCHER_SOURCES SpacerLauncherIcon.cpp Tooltip.cpp TrashLauncherIcon.cpp + VolumeMonitorWrapper.cpp ) add_library (launcher-lib STATIC ${LAUNCHER_SOURCES}) |
