[Gpredict-svn] SF.net SVN: gpredict:[721] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2010-11-24 20:47:34
|
Revision: 721
http://gpredict.svn.sourceforge.net/gpredict/?rev=721&view=rev
Author: csete
Date: 2010-11-24 20:47:25 +0000 (Wed, 24 Nov 2010)
Log Message:
-----------
Fixed PACKAGE_LOCALE_DIR.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-11-24 03:17:59 UTC (rev 720)
+++ trunk/ChangeLog 2010-11-24 20:47:25 UTC (rev 721)
@@ -1,3 +1,9 @@
+2010-11-24 Alexandru Csete <oz9aec at gmail.com>
+
+ * src/Makefile.am:
+ Fixed PACKAGE_OCALE_DIR.
+
+
2010-11-23 Charles Suprin <hamaa1vs at gmail.com>
* src/gtk-rot-ctrl.c
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2010-11-24 03:17:59 UTC (rev 720)
+++ trunk/src/Makefile.am 2010-11-24 20:47:25 UTC (rev 721)
@@ -7,7 +7,7 @@
-DDATADIR=\""$(datadir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)/gpredict"\" \
-DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/gpredict"\" \
- -DPACKAGE_LOCALE_DIR=\""$(prefix)/locale"\"
+ -DPACKAGE_LOCALE_DIR=\""$(prefix)/share/locale"\"
## We have to disable these for now because GtkTooltips have been
## deprecated in Gtk+ 2.12
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|