-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathMakefile.am
More file actions
26 lines (22 loc) · 737 Bytes
/
Copy pathMakefile.am
File metadata and controls
26 lines (22 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# MLVPN
# (c) 2015 Laurent Coustet <ed@zehome.com>
#
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
MAINTAINERCLEANFILES = \
config.log config.status \
$(srcdir)/Makefile.in \
$(srcdir)/config.h.in $(srcdir)/config.h.in~ $(srcdir)/configure \
$(srcdir)/build-aux/install-sh $(srcdir)/missing \
$(srcdir)/depcomp $(srcdir)/aclocal.m4 \
$(srcdir)/config.guess $(srcdir)/config.sub \
$(srcdir)/mlvpn.spec
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
echo $(VERSION) > $(top_srcdir)/.version
SUBDIRS = src man doc
dist_doc_DATA = AUTHORS README.md README.OpenBSD.md README.NetBSD.md README.debug.md README.Debian
release:
git describe --tags >.tarball-version
./autogen.sh
make dist