[Gpredict-svn] SF.net SVN: gpredict:[506] trunk/configure.ac
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-10-30 16:43:26
|
Revision: 506
http://gpredict.svn.sourceforge.net/gpredict/?rev=506&view=rev
Author: csete
Date: 2009-10-30 16:43:19 +0000 (Fri, 30 Oct 2009)
Log Message:
-----------
Add .desktop file.
Modified Paths:
--------------
trunk/configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-10-30 16:42:35 UTC (rev 505)
+++ trunk/configure.ac 2009-10-30 16:43:19 UTC (rev 506)
@@ -59,7 +59,12 @@
AC_DEFINE(ENABLE_COV, 1, [Define if code coverage should be enabled.])
fi
+AC_ARG_ENABLE(caches,[ --enable-caches Run update-* to update desktop and icon caches when installing (disable if you install as not root)],,[enable_caches="yes"])
+AM_CONDITIONAL(UPDATE_CACHES, test x"$enable_caches" = "xyes")
+
+
+
GLIB_V=`pkg-config --modversion glib-2.0`
GIO_V=`pkg-config --modversion gio-2.0`
GTHR_V=`pkg-config --modversion gthread-2.0`
@@ -89,6 +94,7 @@
pixmaps/maps/Makefile
pixmaps/icons/Makefile
data/Makefile
+data/desktop/Makefile
data/satdata/Makefile
data/trsp/Makefile
po/Makefile.in
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|