summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2017-06-16 11:18:39 +0000
committerMartin Owens <doctormo@gmail.com>2017-06-16 20:40:36 +0000
commit3821d895efa6b20ade67292fd9f6732b695d9fe3 (patch)
tree2c0633d8167a494ed65ad4581b1cfd0dfeed1b72 /share
parentMake sure CMake can find the new ui files (diff)
downloadinkscape-3821d895efa6b20ade67292fd9f6732b695d9fe3.tar.gz
inkscape-3821d895efa6b20ade67292fd9f6732b695d9fe3.zip
Fix err leaking and cmake
Diffstat (limited to 'share')
-rw-r--r--share/ui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/ui/CMakeLists.txt b/share/ui/CMakeLists.txt
index 7fef74d9f..80bcd1b5d 100644
--- a/share/ui/CMakeLists.txt
+++ b/share/ui/CMakeLists.txt
@@ -1,3 +1,3 @@
-file(GLOB _FILES "*.xml" "*.rc" "*.css", "*.ui")
+file(GLOB _FILES "*.xml" "*.rc" "*.css" "*.ui")
install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/ui)