diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index ea6451093..634ea97cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ # (if needed, and only for a devel/rc version). BUILT_SOURCES = build-config-git.h build-config-git.h: - -$(abs_top_srcdir)/build-scripts/git-version.sh "$(abs_top_srcdir)" "$(VERSION)" config-git.h + -$(abs_top_srcdir)/tools/git-version.sh "$(abs_top_srcdir)" "$(VERSION)" config-git.h if TESTS tests_dir = tests @@ -64,8 +64,8 @@ EXTRA_DIST = AUTHORS.asciidoc \ cmake/cmake_uninstall.cmake.in \ po/CMakeLists.txt \ po/srcfiles.cmake \ - build-scripts/build.sh \ - build-scripts/git-version.sh \ + tools/build.sh \ + tools/git-version.sh \ weechat.png \ weechat.pc.in \ weechat.cygport.in |