diff options
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 32bbb38..52c0d17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,12 @@ noinst_HEADERS = compat/bsd/sys/cdefs.h \ EXTRA_DIST = README TODO +# The icons are not installed currently. +# This should be left up to the Linux distro +# packager. +EXTRA_DIST += ico/sciteco-48.png \ + ico/sciteco.ico + # Distribute entire scintilla directory and # do some manual cleanup EXTRA_DIST += scintilla |