diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kdeprint/pics/Makefile.am | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint/pics/Makefile.am')
-rw-r--r-- | kdeprint/pics/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kdeprint/pics/Makefile.am b/kdeprint/pics/Makefile.am new file mode 100644 index 000000000..e19e32936 --- /dev/null +++ b/kdeprint/pics/Makefile.am @@ -0,0 +1,22 @@ +icondata_DATA = kdeprint_collate.png \ + kdeprint_collate_reverse.png \ + kdeprint_color.png \ + kdeprint_duplex_none.png \ + kdeprint_duplex_long.png \ + kdeprint_duplex_short.png \ + kdeprint_grayscale.png \ + kdeprint_landscape.png \ + kdeprint_nup1.png \ + kdeprint_nup2.png \ + kdeprint_nup4.png \ + kdeprint_portrait.png \ + kdeprint_revlandscape.png \ + kdeprint_revportrait.png \ + kdeprint_uncollate.png \ + kdeprint_uncollate_reverse.png \ + kdeprint_nupother.png \ + kdeprint_prettyprint.png +icondatadir = $(kde_datadir)/kdeprint/pics + +stdicon_ICON = kdeprint_job kdeprint_job_error kdeprint_job_process kdeprint_job_stopped kdeprint_printer kdeprint_printer_class kdeprint_printer_class_stopped kdeprint_printer_defect kdeprint_printer_remote kdeprint_printer_remote_stopped kdeprint_printer_stopped kdeprint_printer_remote_process kdeprint_printer_process kdeprint_printer_class_process kdeprint_computer kdeprint_printer_infos history kdeprint_printer_users filterstop kdeprint_job_completed kdeprint_job_cancelled package_utilities kdeprint_enableprinter kdeprint_stopprinter kdeprint_addprinter kdeprint_addpseudo kdeprint_configmgr kdeprint_configsrv kdeprint_defaulthard kdeprint_defaultsoft kdeprint_report kdeprint_testprinter kdeprint_uploadsmb kdeprint_restartsrv kdeprint_inklevel kdeprint_printstate kdeprint_queuestate +stdicondir = $(kde_datadir)/kdeprint/icons |