diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kivio/kiviopart/stencils/Dia/Network/Makefile.am | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Network/Makefile.am')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Network/Makefile.am | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Network/Makefile.am b/kivio/kiviopart/stencils/Dia/Network/Makefile.am new file mode 100644 index 00000000..7332eb29 --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Network/Makefile.am @@ -0,0 +1,71 @@ +networkdir = $(kde_datadir)/kivio/stencils/Dia/Network + +SHAPES = \ + nwcloud.shape \ + nwcloud.xpm \ + router-symbol.shape \ + router-symbol.xpm \ + switch-atm-symbol.shape \ + switch-atm-symbol.xpm \ + switch-symbol.shape \ + switch-symbol.xpm \ + dat_external.shape \ + dat_external.xpm \ + diskette.shape \ + diskette.xpm \ + mobile_phone.shape \ + mobile_phone.xpm \ + monitor.shape \ + monitor.xpm \ + pc_bigtower.shape \ + pc_bigtower.xpm \ + pc_desktop.shape \ + pc_desktop.xpm \ + pc_miditower.shape \ + pc_miditower.xpm \ + pc_minitower.shape \ + pc_minitower.xpm \ + speaker.shape \ + speaker.xpm \ + speaker_amp.shape \ + speaker_amp.xpm \ + workstation.shape \ + workstation.xpm \ + zip-disk.shape \ + zip-disk.xpm \ + disc.shape \ + disc.xpm \ + hub.shape \ + hub.xpm \ + flash.shape \ + flash.xpm \ + rj45plug.shape \ + rj45plug.xpm \ + sceadplug.shape \ + sceadplug.xpm \ + antenna.shape \ + antenna.xpm \ + modem.shape \ + modem.xpm \ + modularswitch.shape \ + modularswitch.xpm \ + printer.shape \ + printer.xpm \ + genmonitor.shape \ + genmonitor.xpm \ + computer.shape \ + computer.xpm \ + telephone.shape \ + telephone.png \ + firewall.shape \ + firewall.xpm \ + plotter.shape \ + plotter.png \ + digitizing_board.shape \ + digitizing_board.png + +EXTRA_DIST = $(SHAPES)\ + desc icon.xpm + +network_DATA = $(SHAPES)\ + desc icon.xpm |