diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-19 11:41:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-19 11:41:44 +0200 |
commit | e8ca169ae2dcbbf86320f93de493de7c2cf1c1cc (patch) | |
tree | 35604465f5784360a4a83d36f79ac0cb6f8804c0 /package/pcrepp/patches/patch-Makefile_am | |
parent | 23013ef65cb2328d0958809ed88ab9a832440ace (diff) | |
parent | 957bb3959c18f96c9ac1c7553e897bbbd95f0d51 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pcrepp/patches/patch-Makefile_am')
-rw-r--r-- | package/pcrepp/patches/patch-Makefile_am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/pcrepp/patches/patch-Makefile_am b/package/pcrepp/patches/patch-Makefile_am new file mode 100644 index 000000000..d224337ec --- /dev/null +++ b/package/pcrepp/patches/patch-Makefile_am @@ -0,0 +1,10 @@ +--- pcrepp-0.9.5.orig/Makefile.am 2011-05-13 10:25:39.116697222 +0200 ++++ pcrepp-0.9.5/Makefile.am 2011-05-13 10:18:08.609616331 +0200 +@@ -1,6 +1,6 @@ + + +-SUBDIRS = libpcre++ doc examples test ++SUBDIRS = libpcre++ + + bin_SCRIPTS = pcre++-config + |