fixeria submitted this change.
trxcon: Makefile.am: move versioning magic to the bottom
This is a more usual place for manually added targets.
Change-Id: I69892f8689fd7062ca26b6f1337c972b11b1906e
Related: OS#5599, OS#3761
---
M src/host/trxcon/Makefile.am
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/host/trxcon/Makefile.am b/src/host/trxcon/Makefile.am
index b51db02..0c71e97 100644
--- a/src/host/trxcon/Makefile.am
+++ b/src/host/trxcon/Makefile.am
@@ -1,12 +1,5 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
-# versioning magic
-BUILT_SOURCES = $(top_srcdir)/.version
-$(top_srcdir)/.version:
- echo $(VERSION) > $@-t && mv $@-t $@
-dist-hook:
- echo $(VERSION) > $(distdir)/.tarball-version
-
AM_CPPFLAGS = \
$(all_includes) \
-I$(top_srcdir)/include \
@@ -50,3 +43,10 @@
$(LIBOSMOCODING_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(NULL)
+
+# versioning magic
+BUILT_SOURCES = $(top_srcdir)/.version
+$(top_srcdir)/.version:
+ echo $(VERSION) > $@-t && mv $@-t $@
+dist-hook:
+ echo $(VERSION) > $(distdir)/.tarball-version
To view, visit change 28500. To unsubscribe, or for help writing mail filters, visit settings.