aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/Makefile.am
blob: c4d0aa181157d85b6464d65f57a2a87a0b1f28dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6

INCLUDES = $(all_includes) -I$(top_srcdir)/include
SUBDIRS = include src tests

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = openbsc.pc

BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
	echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
	echo $(VERSION) > $(distdir)/.tarball-version