blob: c2167d45eaf0669f0f7e8200867106a712365c05 [file] [log] [blame]
Harald Welte3761ef42016-01-03 18:07:32 +01001AUTOMAKE_OPTIONS = foreign dist-bzip2
2
Neels Hofmeyrc04a96c2016-01-04 18:03:31 +01003SUBDIRS = src include
Harald Welte06bc5482016-01-03 17:54:24 +01004
Harald Welte216ac212016-01-03 18:12:22 +01005pkgconfigdir = $(libdir)/pkgconfig
6pkgconfig_DATA = libosmo-ranap.pc
7
Harald Welte3761ef42016-01-03 18:07:32 +01008EXTRA_DIST = asn1 .version
9
10BUILT_SOURCES = $(top_srcdir)/.version
11$(top_srcdir)/.version:
12 echo $(VERSION) > $@-t && mv $@-t $@
13dist-hook:
14 echo $(VERSION) > $(distdir)/.tarball-version