]> 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 d5b5c0d7cf5d052a7e8c008837a298c8ecb6917e..99a412c39c34e499593933bbb0463ff8d0a1061f 100644 (file)
@@ -1,5 +1,17 @@
 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 = viking-remote
\ No newline at end of file
+EXTRA_DIST = \
+            viking-remote \
+            viking.spec
+
+dist-hook: viking.spec
+       cp $(top_builddir)/viking.spec $(distdir)
+
+ACLOCAL_AMFLAGS = -I m4