|
From: <gu...@us...> - 2007-08-20 21:17:22
|
Revision: 397
http://viking.svn.sourceforge.net/viking/?rev=397&view=rev
Author: guyou
Date: 2007-08-20 14:17:26 -0700 (Mon, 20 Aug 2007)
Log Message:
-----------
Small target to easy multi-branch developer's work
Modified Paths:
--------------
trunk/Makefile.am
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2007-08-20 21:17:21 UTC (rev 396)
+++ trunk/Makefile.am 2007-08-20 21:17:26 UTC (rev 397)
@@ -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 = \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|