diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2018-10-26 04:07:01 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2018-10-27 13:30:15 +0200 |
| commit | 06772a369f2beef80bb291ded30cbe125a24af56 (patch) | |
| tree | c2fc8e4df81273c01c4e847a9a8cb8229ebe1925 /src/pics/Makefile.am | |
| parent | 6a9585138c128efb1be5230b71a7afdba8d1aea7 (diff) | |
| download | knetstats-06772a36.tar.gz knetstats-06772a36.zip | |
Fix structure of directories
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/pics/Makefile.am')
| -rw-r--r-- | src/pics/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pics/Makefile.am b/src/pics/Makefile.am new file mode 100644 index 0000000..fab68d0 --- /dev/null +++ b/src/pics/Makefile.am @@ -0,0 +1,5 @@ +knetstats_DATA = theme0_none.png theme1_error.png theme2_both.png theme2_tx.png theme3_rx.png theme4_none.png \ + icon_pci.png theme0_rx.png theme1_none.png theme2_error.png theme3_both.png theme3_tx.png theme4_rx.png \ + theme0_both.png theme0_tx.png theme1_rx.png theme2_none.png theme3_error.png theme4_both.png theme4_tx.png \ + theme0_error.png theme1_both.png theme1_tx.png theme2_rx.png theme3_none.png theme4_error.png +knetstatsdir = $(kde_datadir)/knetstats/pics |
