Fix 1797745: show the correct SVN revision id in the about dialog
[synfig.git] / synfig-studio / trunk / build_tools / Makefile.am
diff --git a/synfig-studio/trunk/build_tools/Makefile.am b/synfig-studio/trunk/build_tools/Makefile.am
new file mode 100644 (file)
index 0000000..23a1201
--- /dev/null
@@ -0,0 +1,8 @@
+dist_noinst_SCRIPTS=autorevision.sh
+
+all-local:
+       sh $(srcdir)/autorevision.sh "$(top_srcdir)" "$(top_builddir)"
+
+clean-local:
+       -rm -f $(top_builddir)/autorevision.h
+