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:
aa1vs 2011-08-09 23:30:00 +00:00
parent 110bf81f19
commit 79e795acc3
2 changed files with 4 additions and 1 deletions

View file

@ -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>

View file

@ -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"\"