aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 8e18167fcb3022898c69d6d1690bd178b80d590d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AUTOMAKE_OPTIONS = foreign dist-bzip2

SUBDIRS = \
	doc \
	src \
	include \
	sql \
	tests \
	$(NULL)

EXTRA_DIST = \
	.version \
	$(NULL)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libosmo-gsup-client.pc

@RELMAKE@

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