diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-17 20:01:50 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-17 20:01:50 +0100 |
commit | f1d75e3bba2aa2de9caf6e01f40dc0c5f98d8012 (patch) | |
tree | 6c38f5290f14b4f1478c71ddc9fdccc7f272e736 /Makefile.am | |
parent | 4931be268277559a328d40218e2ae929e11c21fa (diff) | |
download | sciteco-f1d75e3bba2aa2de9caf6e01f40dc0c5f98d8012.tar.gz |
added patch fixing Scinterm on certain 64-bit configurations
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e94317d..3fdeaae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ noinst_HEADERS = compat/bsd/sys/cdefs.h \ compat/bsd/sys/queue.h \ compat/bsd/sys/tree.h -EXTRA_DIST = patches/scintilla-teco-control-codes.patch +EXTRA_DIST = patches/scintilla-teco-control-codes.patch \ + patches/scinterm-fix-64-bit.patch EXTRA_DIST += TODO |