aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-12-13 09:49:40 -0600
committerCharles Kerr <charles.kerr@canonical.com>2013-12-13 09:49:40 -0600
commit40f91368f6ac0bb3ebf86e349be0779e6f2746b8 (patch)
treec362f49fc6da291af3f748fba2bc92d0241bde37 /tests
parent5b5546a50c9a323942ca5abae81563ae2c709042 (diff)
downloadayatana-indicator-datetime-40f91368f6ac0bb3ebf86e349be0779e6f2746b8.tar.gz
ayatana-indicator-datetime-40f91368f6ac0bb3ebf86e349be0779e6f2746b8.tar.bz2
ayatana-indicator-datetime-40f91368f6ac0bb3ebf86e349be0779e6f2746b8.zip
in tests/, fix typo in schema generator rules
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index e6b3e2d..0a3284b 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -21,7 +21,7 @@ execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} gio-2.0 --variable glib_compil
OUTPUT_VARIABLE COMPILE_SCHEMA_EXECUTABLE
OUTPUT_STRIP_TRAILING_WHITESPACE)
add_custom_command (OUTPUT gschemas.compiled
- DEPENDS ${CMAKE_SOURCE_DIR}/data/com.canonical.indicator.session.gschema.xml
+ DEPENDS ${CMAKE_SOURCE_DIR}/data/com.canonical.indicator.datetime.gschema.xml
COMMAND cp -f ${CMAKE_SOURCE_DIR}/data/*gschema.xml ${SCHEMA_DIR}
COMMAND ${COMPILE_SCHEMA_EXECUTABLE} ${SCHEMA_DIR})