blob: ab8191e169dfcaf4e6c2dbb13f0d4b5e8002ea0b [file] [log] [blame]
Harald Welte3761ef42016-01-03 18:07:32 +01001AUTOMAKE_OPTIONS = foreign dist-bzip2
2
Neels Hofmeyr4d91ab22016-08-18 16:10:52 +02003SUBDIRS = src include doc
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