diff options
Diffstat (limited to 'ksysv/pics/Makefile.am')
-rw-r--r-- | ksysv/pics/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ksysv/pics/Makefile.am b/ksysv/pics/Makefile.am new file mode 100644 index 0000000..e60bc77 --- /dev/null +++ b/ksysv/pics/Makefile.am @@ -0,0 +1,7 @@ +#KDE_ICON = ksysv +# add here all files +pics_DATA = ksysv_start.png ksysv_locked.png ksysv_unlocked.png \ + ksysv_restart.png ksysv_stop.png + +# this is the directory, where all datas are installed +picsdir = $(kde_datadir)/ksysv/pics |