diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 52c0d17..b3061b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,8 +16,8 @@ EXTRA_DIST += ico/sciteco-48.png \ # Distribute entire scintilla directory and # do some manual cleanup -EXTRA_DIST += scintilla dist-hook: + cp -r $(srcdir)/scintilla $(distdir) rm -rf `find $(distdir)/scintilla -name *.o` \ $(distdir)/scintilla/bin/scintilla.a rm -rf `find $(distdir)/scintilla -name ".git*"` \ |