diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-30 13:26:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-30 13:31:20 +0200 |
commit | 5a43da1af12df3a39cd30b724bf9144850bd2764 (patch) | |
tree | 1480c5d41b739168d930ddf503f407218e35b98d /package/libsecret/patches/patch-Makefile_am | |
parent | 30d6f21d2fb3ca89a86346994a70a436afbb2e14 (diff) |
experimental midori support
Diffstat (limited to 'package/libsecret/patches/patch-Makefile_am')
-rw-r--r-- | package/libsecret/patches/patch-Makefile_am | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package/libsecret/patches/patch-Makefile_am b/package/libsecret/patches/patch-Makefile_am new file mode 100644 index 000000000..50af269ea --- /dev/null +++ b/package/libsecret/patches/patch-Makefile_am @@ -0,0 +1,26 @@ +--- libsecret-0.16.orig/Makefile.am 2013-08-26 17:42:16.000000000 +0200 ++++ libsecret-0.16/Makefile.am 2013-11-22 14:38:52.000000000 +0100 +@@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.decl + + ACLOCAL_AMFLAGS = -I build/m4 ${ACLOCAL_FLAGS} + +-SUBDIRS = build egg libsecret tool po docs . ++SUBDIRS = build egg libsecret tool . + + DISTCHECK_CONFIGURE_FLAGS = \ + --enable-debug=yes \ +@@ -42,14 +42,9 @@ upload-release: $(DIST_ARCHIVES) + upload-docs: + rsync -Hvax docs/reference/libsecret/html/./ master.gnome.org:public_html/libsecret-docs/ + +-if HAVE_VALAC +-dist-check-valac: +- +-else + dist-check-valac: + @echo "*** valac must be installed and enabled in order to make dist" + @false +-endif + + dist-hook: dist-check-valac + |