blob: 12e9a22a642549985900c3c288bab380c5f58c0d [file] [log] [blame]
Harald Welte681f1192020-04-20 12:00:33 +02001AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
2
3## FIXME: automake >= 1.13 or autoconf >= 2.70 provide better suited AC_CONFIG_MACRO_DIRS for configure.ac
4## remove line below when OE toolchain is updated to version which include those
5ACLOCAL_AMFLAGS = -I m4
6
7SUBDIRS = \
8 daemon \
9 doc \
10 $(NULL)
11
12BUILT_SOURCES = $(top_srcdir)/.version
Harald Weltee0514272022-11-06 12:26:45 +010013EXTRA_DIST = git-version-gen .version contrib/osmo-uecups.spec.in
Harald Welte681f1192020-04-20 12:00:33 +020014
15@RELMAKE@
16
17$(top_srcdir)/.version:
18 echo $(VERSION) > $@-t && mv $@-t $@
19dist-hook:
20 echo $(VERSION) > $(distdir)/.tarball-version