Diff of /trunk/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 192 by harbaum, Tue Nov 3 20:20:39 2009 UTC revision 193 by harbaum, Tue Nov 17 20:13:09 2009 UTC
# Line 29  bindir = @bindir@ Line 29  bindir = @bindir@
29  OBJS = main.o gpx.o goto.o gps.o misc.o gconf.o html.o icons.o cache.o \  OBJS = main.o gpx.o goto.o gps.o misc.o gconf.o html.o icons.o cache.o \
30          geomath.o settings.o custom_size_renderer.o custom_rating_renderer.o \          geomath.o settings.o custom_size_renderer.o custom_rating_renderer.o \
31          notes.o custom_type_renderer.o unzip.o ioapi.o precpos.o \          notes.o custom_type_renderer.o unzip.o ioapi.o precpos.o \
32          garmin_export.o geotext.o gcvote.o $(EXTRA_OBJS)          garmin_export.o geotext.o gcvote.o geotoad.o $(EXTRA_OBJS)
33    
34  DEFS = -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(prefix)\" -DICONPATH=\"$(datadir)/$(APP)/\" -DAPP=\"$(APP)\"  DEFS = -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(prefix)\" -DICONPATH=\"$(datadir)/$(APP)/\" -DAPP=\"$(APP)\"
35  CFLAGS = -Wall -O2 $(DEFS) @CFLAGS@  CFLAGS = -Wall -O2 $(DEFS) @CFLAGS@

Legend:
Removed from v.192  
changed lines
  Added in v.193