blob: 8cb3142ebaa485e673578525ecbfce5b14565b8b [file] [log] [blame]
Harald Welte3761ef42016-01-03 18:07:32 +01001AUTOMAKE_OPTIONS = foreign dist-bzip2
2
Daniel Willmann29b9e002015-12-15 15:10:31 +01003SUBDIRS = src
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