diff options
author | Michele Calgaro <[email protected]> | 2024-05-06 15:49:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 11:02:46 +0900 |
commit | 98a431600b55a53baed727e5821469a3e9a41bca (patch) | |
tree | c31f0ebcd120ce0523191dfca673a095fea333f9 /src/data/Makefile.am | |
parent | ce951906931f1be93caf66d7486990a21c68b34c (diff) | |
download | piklab-98a431600b55a53baed727e5821469a3e9a41bca.tar.gz piklab-98a431600b55a53baed727e5821469a3e9a41bca.zip |
Moves icons into separate folder
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 6eeb6f3bd853f29a0162ac9491cf5137afa44eb5)
Diffstat (limited to 'src/data/Makefile.am')
-rw-r--r-- | src/data/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/data/Makefile.am b/src/data/Makefile.am index a3469ec..c7fc1c3 100644 --- a/src/data/Makefile.am +++ b/src/data/Makefile.am @@ -1,8 +1,5 @@ INCLUDES = $(all_includes) -SUBDIRS = app_data likeback - -piklabdir = $(kde_datadir)/piklab/icons -piklab_ICON = AUTO +SUBDIRS = app_data syntaxkatedir = $(kde_datadir)/katepart/syntax syntaxkate_DATA = asm-pic.xml coff-pic.xml jal-pic.xml coff-c-pic.xml |