Lines 1-6
Link Here
|
1 |
--- src/Makefile.in.orig Thu Aug 8 23:52:40 2002 |
1 |
--- src/Makefile.in.orig Sun Jun 29 19:29:49 2003 |
2 |
+++ src/Makefile.in Thu Aug 8 23:54:21 2002 |
2 |
+++ src/Makefile.in Tue Jul 22 21:34:25 2003 |
3 |
@@ -117,7 +117,7 @@ |
3 |
@@ -167,7 +167,7 @@ |
4 |
|
4 |
|
5 |
# gpsdrive_LDADD= $(GLIB_LIBS) $(GTK_LIBS) $(PIXLIBS) |
5 |
# gpsdrive_LDADD= $(GLIB_LIBS) $(GTK_LIBS) $(PIXLIBS) |
6 |
#gpsdrive_LDADD=@LIBS@ |
6 |
#gpsdrive_LDADD=@LIBS@ |
Lines 9-29
Link Here
|
9 |
# gpsdrive_CFLAGS=@CFLAGS@ |
9 |
# gpsdrive_CFLAGS=@CFLAGS@ |
10 |
# libgpsd_a_CFLAGS=@CFLAGS@ |
10 |
# libgpsd_a_CFLAGS=@CFLAGS@ |
11 |
# CFLAGS= |
11 |
# CFLAGS= |
12 |
@@ -173,7 +173,7 @@ |
12 |
@@ -193,7 +193,7 @@ |
|
|
13 |
@DISABLEGARMIN_FALSE@garble_SOURCES = garble.cpp garmin_legacy.cpp garmin_data.cpp garmin_serial_unix.cpp garmin_application.cpp garmin_link.cpp garmin_util.cpp |
13 |
|
14 |
|
14 |
am_friendsd_OBJECTS = friendsd.$(OBJEXT) |
15 |
friendsd_SOURCES = friendsd.c |
15 |
friendsd_OBJECTS = $(am_friendsd_OBJECTS) |
16 |
-friendsd_LDADD = $(LDADD) $(LIBINTL) |
16 |
-friendsd_LDADD = $(LDADD) |
17 |
+friendsd_LDADD = $(LDADD) $(LIBINTL) -lgnugetopt |
17 |
+friendsd_LDADD = $(LDADD) -lintl |
18 |
EXTRA_DIST = mysql wpcvt wpget gpsfetchmap gpsfetchmap.pl gpsdrive.spec gpsdrive-nosql.spec map_koord.txt gpsdrivesplash.png friendsicon.png gpspoint2gpsdrive.pl geo-nearest geocache2way geo-code gpssql_backup.sh gpssql_restore.sh |
18 |
friendsd_DEPENDENCIES = |
19 |
|
19 |
friendsd_LDFLAGS = |
20 |
data_DATA = gpsdrivesplash.png friendsicon.png |
20 |
@DISABLEGARMIN_TRUE@am_garble_OBJECTS = |
21 |
@@ -237,7 +237,7 @@ |
21 |
@@ -183,7 +183,7 @@ |
|
|
22 |
@DISABLEGARMIN_FALSE@ garmin_link.$(OBJEXT) \ |
22 |
@DISABLEGARMIN_FALSE@ garmin_link.$(OBJEXT) \ |
23 |
@DISABLEGARMIN_FALSE@ garmin_util.$(OBJEXT) |
23 |
@DISABLEGARMIN_FALSE@ garmin_util.$(OBJEXT) |
24 |
garble_OBJECTS = $(am_garble_OBJECTS) |
24 |
garble_OBJECTS = $(am_garble_OBJECTS) |
25 |
-garble_LDADD = $(LDADD) |
25 |
-garble_LDADD = $(LDADD) |
26 |
+garble_LDADD = $(LDADD) -lgnugetopt |
26 |
+garble_LDADD = $(LDADD) -lgnugetopt |
27 |
garble_DEPENDENCIES = |
|
|
28 |
garble_LDFLAGS = |
27 |
garble_LDFLAGS = |
29 |
am_gpsd_OBJECTS = gpsd.$(OBJEXT) |
28 |
am_gpsd_OBJECTS = gpsd.$(OBJEXT) |
|
|
29 |
gpsd_OBJECTS = $(am_gpsd_OBJECTS) |