]> git.street.me.uk Git - andy/viking.git/blobdiff - Makefile.am
Scroll zoom keeps cursor over same spot on map
[andy/viking.git] / Makefile.am
index 8af6311137e9a48c3a84b3628f47ee68e4d11948..99a412c39c34e499593933bbb0463ff8d0a1061f 100644 (file)
@@ -1,5 +1,10 @@
 SUBDIRS = src test doc
 
+full:
+       ./autogen.sh
+       if [ -x config.status ] ; then ./config.status --recheck ; else ./configure ; fi
+       make
+
 bin_SCRIPTS = viking-remote
 
 EXTRA_DIST = \
@@ -8,3 +13,5 @@ EXTRA_DIST = \
 
 dist-hook: viking.spec
        cp $(top_builddir)/viking.spec $(distdir)
+
+ACLOCAL_AMFLAGS = -I m4