diff options
Diffstat (limited to 'kpresenter/autoforms/Connections/Makefile.am')
-rw-r--r-- | kpresenter/autoforms/Connections/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kpresenter/autoforms/Connections/Makefile.am b/kpresenter/autoforms/Connections/Makefile.am new file mode 100644 index 00000000..d04e07d1 --- /dev/null +++ b/kpresenter/autoforms/Connections/Makefile.am @@ -0,0 +1,24 @@ + +autoforms_DATA = .directory Connection1.desktop Connection2.desktop \ + Connection3.desktop Connection4.desktop \ + Connection5.desktop Connection6.desktop \ + Connection7.desktop Connection8.desktop \ + Connection9.desktop Connection10.desktop \ + Connection11.desktop Connection12.desktop +autoformsdir = $(kde_datadir)/kpresenter/autoforms/Connections + +autoformsrc_DATA = Connection1.atf Connection2.atf \ + Connection3.atf Connection4.atf \ + Connection5.atf Connection6.atf \ + Connection7.atf Connection8.atf \ + Connection9.atf Connection10.atf \ + Connection11.atf Connection12.atf +autoformsrcdir = $(kde_datadir)/kpresenter/autoforms/Connections/.source + +autoformsicons_DATA = Connection1.png Connection2.png \ + Connection3.png Connection4.png \ + Connection5.png Connection6.png \ + Connection7.png Connection8.png \ + Connection9.png Connection10.png \ + Connection11.png Connection12.png +autoformsiconsdir = $(kde_datadir)/kpresenter/autoforms/Connections/.icon |