summaryrefslogtreecommitdiff
path: root/build/gen-backends-am.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/gen-backends-am.sh')
-rwxr-xr-xbuild/gen-backends-am.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/gen-backends-am.sh b/build/gen-backends-am.sh
index f4fbb73a..28503169 100755
--- a/build/gen-backends-am.sh
+++ b/build/gen-backends-am.sh
@@ -14,10 +14,10 @@ tf()
echo "$1" >>"$tmpfile"
}
-tf '# This is a stupid workaround for an absolute path in SYNCEVOLUTION_LIBS.'
-tf '# See AUTOTOOLS-TODO for details.'
-tf '@SYNCEVOLUTION_LIBS@: src/syncevo/libsyncevolution.la ; @true'
-tf ''
+# tf '# This is a stupid workaround for an absolute path in SYNCEVOLUTION_LIBS.'
+# tf '# See AUTOTOOLS-TODO for details.'
+# tf '@SYNCEVOLUTION_LIBS@: src/syncevo/libsyncevolution.la ; @true'
+# tf ''
tf "BACKENDS = $BACKENDS"
tf ''
tf "BACKEND_REGISTRIES = $BACKEND_REGISTRIES"