mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
Require valac in order to 'make distcheck'
* Otherwise problems with vala files not being distributed https://bugzilla.gnome.org/show_bug.cgi?id=681330
This commit is contained in:
parent
4001cdf871
commit
6d4cf7c435
14
Makefile.am
14
Makefile.am
@ -10,7 +10,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
|
||||
--disable-coverage \
|
||||
--enable-strict \
|
||||
--disable-silent-rules \
|
||||
--enable-gtk-doc
|
||||
--enable-gtk-doc \
|
||||
--enable-vala
|
||||
|
||||
EXTRA_DIST = \
|
||||
COPYING.TESTS
|
||||
@ -40,3 +41,14 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user