b4606896d5
supported devices. There is also work in progress on an interface though a socket, allowing an external program to send commands to gpsim.
17 lines
537 B
Text
17 lines
537 B
Text
$NetBSD: patch-aa,v 1.2 2005/09/07 20:17:46 bouyer Exp $
|
|
|
|
--- gui/Makefile.in.orig 2005-08-31 17:03:41.000000000 +0200
|
|
+++ gui/Makefile.in 2005-09-02 12:59:20.000000000 +0200
|
|
@@ -235,9 +235,9 @@
|
|
|
|
libgpsimgui_la_LDFLAGS = @X_LDFLAGS@ @Y_LDFLAGS@
|
|
pixmapdir = $(datadir)/gpsim
|
|
-AM_CFLAGS = -D DATADIR=\"~/.gpsim/\"
|
|
-AM_CXXFLAGS = -D DATADIR=\"~/.gpsim/\"
|
|
-AM_CPPFLAGS = -D DATADIR=\"~/.gpsim/\"
|
|
+AM_CFLAGS = -DDATADIR=\"~/.gpsim/\"
|
|
+AM_CXXFLAGS = -DDATADIR=\"~/.gpsim/\"
|
|
+AM_CPPFLAGS = -DDATADIR=\"~/.gpsim/\"
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|