summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-05-13 08:35:49 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-08-09 20:25:00 +0200
commita17ee486729aa20e515635b3f62fb11bd87ddea6 (patch)
treebbdeb9b0efc874109b7c479e11f87a929527c2bc /Makefile.am
parent99d1fd0a4846e755fae011822e2ced29630df997 (diff)
downloadvala-a17ee486729aa20e515635b3f62fb11bd87ddea6.tar.gz
Use dedicated version api of libvala internally as well
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index e5dc0cc97..508c6618f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,11 +52,6 @@ coverage-report: coverage
genhtml --title "@PACKAGE_STRING@" --output-directory $(top_builddir)/coverage $(top_builddir)/lcov.info
#endif
-all: version.h
-
-version.h: $(top_srcdir)/.version
- echo '#define BUILD_VERSION "'`cat $(top_srcdir)/.version`'"' > $@-t && mv $@-t $@
-
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version: gen-version
@true
@@ -94,5 +89,3 @@ EXTRA_DIST = \
build-aux/git-version-gen \
build-aux/gitlog-to-changelog \
$(NULL)
-
-DISTCLEANFILES = version.h