Files
osmo-iuh/Makefile.am
Harald Welte 2c45e9082a Update README with project related information and convert to Markdown
Also, include it in 'make dist' tarballs.

Change-Id: Ia28743b7ea3510097f841f83d2eca2669b4d73ea
2017-03-17 18:15:20 +01:00

15 lines
333 B
Makefile

AUTOMAKE_OPTIONS = foreign dist-bzip2
SUBDIRS = src include doc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libosmo-ranap.pc
EXTRA_DIST = asn1 .version README.md
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version