mirror of https://gerrit.osmocom.org/osmo-pcap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
231 B
9 lines
231 B
![]()
12 years ago
|
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
|
||
|
|
||
|
BUILT_SOURCES = $(top_srcdir)/.version
|
||
|
EXTRA_DIST = git-version-gen
|
||
|
$(top_srcdir)/.version:
|
||
|
echo $(VERSION) > $@-t && mv $@-t $@
|
||
|
dist-hook:
|
||
|
echo $(VERSION) > $(distdir)/.tarball-version
|