[Gpredict-svn] SF.net SVN: gpredict:[884] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <aa...@us...> - 2011-08-09 23:30:07
|
Revision: 884
http://gpredict.svn.sourceforge.net/gpredict/?rev=884&view=rev
Author: aa1vs
Date: 2011-08-09 23:30:00 +0000 (Tue, 09 Aug 2011)
Log Message:
-----------
Eliminates DATADIR from defines to avoid mingw32 problem with winsock.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-08-09 23:23:53 UTC (rev 883)
+++ trunk/ChangeLog 2011-08-09 23:30:00 UTC (rev 884)
@@ -9,7 +9,11 @@
* src/gtk-rot-ctrl.c
Fixes bug 3271573: Track button in rotator controller has no effect.
+ * ChangeLog
+ * src/Makefile.am
+ Eliminates DATADIR from defines to avoid mingw32 problem with winsock.
+
2011-08-04 Charles Suprin <hamaa1vs at gmail.com>
* ChangeLog
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2011-08-09 23:23:53 UTC (rev 883)
+++ trunk/src/Makefile.am 2011-08-09 23:30:00 UTC (rev 884)
@@ -4,7 +4,6 @@
INCLUDES = \
@PACKAGE_CFLAGS@ -I.. \
- -DDATADIR=\""$(datadir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)/gpredict"\" \
-DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/gpredict"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/share/locale"\"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|