Files
osmo-bts/Makefile.am
Oliver Smith 36e4fb63b8 contrib: remove rpm spec file
Related: https://osmocom.org/news/255
Related: OS#6446
Change-Id: Ic79cde09bf7d5e96e439b1883d3a3fe5568bdbf1
2024-05-13 08:39:55 +00:00

26 lines
494 B
Makefile

AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
SUBDIRS = include src tests doc contrib
# package the contrib and doc
EXTRA_DIST = \
.version \
README.md \
contrib/dump_docs.py \
debian \
git-version-gen \
$(NULL)
AM_DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
@RELMAKE@
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version