mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh.git
synced 2025-10-23 00:12:06 +00:00
Related: https://osmocom.org/news/255 Related: OS#6446 Change-Id: I703e115a426ac1012c80d2e1576ee6dcfbe191a5
23 lines
477 B
Makefile
23 lines
477 B
Makefile
AUTOMAKE_OPTIONS = foreign dist-bzip2
|
|
|
|
SUBDIRS = src include doc tests
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libosmo-hnbap.pc libosmo-ranap.pc libosmo-rua.pc libosmo-sabp.pc
|
|
|
|
EXTRA_DIST = \
|
|
.version \
|
|
README.md \
|
|
asn1 \
|
|
debian \
|
|
git-version-gen \
|
|
$(NULL)
|
|
|
|
@RELMAKE@
|
|
|
|
BUILT_SOURCES = $(top_srcdir)/.version
|
|
$(top_srcdir)/.version:
|
|
echo $(VERSION) > $@-t && mv $@-t $@
|
|
dist-hook:
|
|
echo $(VERSION) > $(distdir)/.tarball-version
|