diff options
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/themes/Makefile.am | 2 | ||||
-rw-r--r-- | data/themes/hal_jewelry/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/themes/hal_jewelry/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/data/themes/CMakeLists.txt b/data/themes/CMakeLists.txt index 93f65814a..50b589006 100644 --- a/data/themes/CMakeLists.txt +++ b/data/themes/CMakeLists.txt @@ -2,7 +2,7 @@ ADD_SUBDIRECTORY(blacknblack) ADD_SUBDIRECTORY(blackwood) ADD_SUBDIRECTORY(classic) ADD_SUBDIRECTORY(enchilado) -ADD_SUBDIRECTORY(hal_jewelry) +ADD_SUBDIRECTORY(jewelry) ADD_SUBDIRECTORY(mana) ADD_SUBDIRECTORY(pink) ADD_SUBDIRECTORY(unity) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 416118674..6af3eb8cf 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = blacknblack blackwood classic enchilado hal_jewelry mana pink unity wood +SUBDIRS = blacknblack blackwood classic enchilado jewelry mana pink unity wood EXTRA_DIST = CMakeLists.txt diff --git a/data/themes/hal_jewelry/CMakeLists.txt b/data/themes/hal_jewelry/CMakeLists.txt index c0201456e..2adbfedbd 100644 --- a/data/themes/hal_jewelry/CMakeLists.txt +++ b/data/themes/hal_jewelry/CMakeLists.txt @@ -55,4 +55,4 @@ SET (FILES window.xml ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/hal_jewelry) +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/jewelry) diff --git a/data/themes/hal_jewelry/Makefile.am b/data/themes/hal_jewelry/Makefile.am index 05f7cac1e..b7246984a 100644 --- a/data/themes/hal_jewelry/Makefile.am +++ b/data/themes/hal_jewelry/Makefile.am @@ -1,5 +1,5 @@ -guidir = $(pkgdatadir)/data/themes/hal_jewelry +guidir = $(pkgdatadir)/data/themes/jewelry gui_DATA = \ button.xml \ |