Fix: out of tree build
[lttng-tools.git] / include / Makefile.am
index 9d00bee4ecb79d73bf49dbb029106798ddaee7c2..cbd8861fc83bd6a8d82fa74b38a038b139c9cccb 100644 (file)
@@ -9,7 +9,7 @@ version.h:
        ## the locations of the version.h and version.h.tmpl files
        ##
        @echo -n "Generating version.h ... "
-       @(version_h_tmpl="$(top_builddir)/include/version.h.tmpl"; \
+       @(version_h_tmpl="$(top_srcdir)/include/version.h.tmpl"; \
        if [ -f "$${version_h_tmpl}" ]; then \
                version_h="$(top_builddir)/include/version.h"; \
                ##
This page took 0.024442 seconds and 5 git commands to generate.