diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | src/CMakeLists.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt new file mode 100644 index 0000000..28e43ea --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "messages/polkit-agent-tde" ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 590a80f..e4e2c44 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( ##### autostart file ##### install( FILES polkit-agent-tde.desktop - DESTINATION ${AUTOSTART_INSTALL_DIR} ) + DESTINATION ${AUTOSTART_INSTALL_DIR} ) ##### executables ##### |