mirror of
https://github.com/libimobiledevice/libusbmuxd.git
synced 2026-04-17 19:27:30 +00:00
12 lines
281 B
Makefile
12 lines
281 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src include tools docs
|
|
|
|
EXTRA_DIST = \
|
|
README.md \
|
|
git-version-gen
|
|
|
|
dist-hook:
|
|
@if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi
|
|
echo $(VERSION) > $(distdir)/.tarball-version
|