diff options
author | Michele Calgaro <[email protected]> | 2024-11-22 18:53:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-22 18:53:00 +0900 |
commit | ebff8f66e48bdb06ab849b1a425b985811b4c247 (patch) | |
tree | 927dc7cc5f5b8aa4b71b9fbb3cc33424de22b752 /data/Makefile.am | |
parent | ee0d99607c14cb63d3ebdb3a970b508949fa8219 (diff) | |
download | digikam-ebff8f66e48bdb06ab849b1a425b985811b4c247.tar.gz digikam-ebff8f66e48bdb06ab849b1a425b985811b4c247.zip |
Move 'icons' and 'pics' folders to main level
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 88039dea..157e8a43 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1 +1 @@ -SUBDIRS = profiles themes icons pics about +SUBDIRS = about profiles themes |