mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
Eliminates DATADIR from defines to avoid mingw32 problem with winsock.
git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@884 ab6734ba-2843-0410-b83b-99c217ef6c0f
This commit is contained in:
parent
110bf81f19
commit
79e795acc3
2 changed files with 4 additions and 1 deletions
|
|
@ -9,6 +9,10 @@
|
|||
* 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>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ SUBDIRS = sgpsdp
|
|||
|
||||
INCLUDES = \
|
||||
@PACKAGE_CFLAGS@ -I.. \
|
||||
-DDATADIR=\""$(datadir)"\" \
|
||||
-DPACKAGE_DATA_DIR=\""$(datadir)/gpredict"\" \
|
||||
-DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/gpredict"\" \
|
||||
-DPACKAGE_LOCALE_DIR=\""$(prefix)/share/locale"\"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue