diff options
Diffstat (limited to 'konsole/other/Makefile.am')
-rw-r--r-- | konsole/other/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/konsole/other/Makefile.am b/konsole/other/Makefile.am new file mode 100644 index 000000000..2f8cbdf91 --- /dev/null +++ b/konsole/other/Makefile.am @@ -0,0 +1,20 @@ +SUBDIRS= icons wallpapers + +konsole_other_datadir = $(kde_datadir)/konsole +konsole_other_data_DATA = BlackOnLightColor.schema BlackOnLightYellow.schema BlackOnWhite.schema \ + Example.Schema GreenOnBlack.schema WhiteOnBlack.schema \ + README.default.Schema syscolor.schema Linux.schema XTerm.schema vim.schema \ + DarkPicture.schema LightPicture.schema Transparent.schema GreenTint.schema \ + Transparent_MC.schema GreenTint_MC.schema \ + Transparent_lightbg.schema \ + Transparent_darkbg.schema LightPaper.schema \ + linux.desktop mc.desktop shell.desktop su.desktop sumc.desktop \ + linux.keytab vt100.keytab vt420pc.keytab x11r5.keytab solaris.keytab \ + README.Schema README.KeyTab README.default.Keytab screen.desktop + +profiledir = $(kde_datadir)/konsole/profiles +profile_DATA = 2shells 3shells 4shells 5shells + +KDE_ICON = AUTO + +EXTRA_DIST = $(konsole_other_data_DATA) |