blob: 338a46ba532d19907a72d6e231615796511f481c [file] [log] [blame]
Harald Welte964cda32019-11-24 22:27:10 +01001AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
2
3AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
4SUBDIRS = include lib src contrib #tests examples doc
5
Oliver Smith90e351f2021-03-05 11:58:05 +01006EXTRA_DIST = .version
Harald Welte964cda32019-11-24 22:27:10 +01007
Oliver Smith71cfc2b2019-11-28 11:21:12 +01008pkgconfigdir = $(libdir)/pkgconfig
9pkgconfig_DATA = libosmo-simtrace2.pc
10
Harald Welte964cda32019-11-24 22:27:10 +010011@RELMAKE@
12
13BUILT_SOURCES = $(top_srcdir)/.version
14$(top_srcdir)/.version:
15 echo $(VERSION) > $@-t && mv $@-t $@
16dist-hook:
17 echo $(VERSION) > $(distdir)/.tarball-version