diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-19 18:40:56 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-19 18:49:40 +0100 |
commit | f53b3dad2fc76677319810944440f7058f375f63 (patch) | |
tree | b23b0a1dca333c7feb31256ba6b446c5afbb5b94 /Makefile.am | |
parent | d87857bdb0c1100b368d024df4d5b78deb0e8a7b (diff) | |
download | sciteco-f53b3dad2fc76677319810944440f7058f375f63.tar.gz |
added minor scinterm patches and cleaned up patch system
* MinGW binaries are built from source bundles
* patches are applied to the source bundle
* so all necessary patches must be in the repository and distributed
* use a leading number in patch names to ensure proper application order
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3fdeaae..11172d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,6 @@ 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 \ - patches/scinterm-fix-64-bit.patch +EXTRA_DIST = $(wildcard @top_srcdir@/patches/*.patch) EXTRA_DIST += TODO |