Diff of /trunk/src/Makefile.maemo

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

revision 39 by harbaum, Fri Jan 16 20:01:07 2009 UTC revision 40 by harbaum, Sun Jan 18 19:43:20 2009 UTC
# Line 30  OBJS = main.o map.o osm.o osm_api.o wms. Line 30  OBJS = main.o map.o osm.o osm_api.o wms.
30          map_edit.o josm_elemstyles.o style.o net_io.o banner.o \          map_edit.o josm_elemstyles.o style.o net_io.o banner.o \
31          qnd_xml.o          qnd_xml.o
32    
33  DEFS = -DUSE_HILDON -DPACKAGE=\"$(APP)\" -DUSE_GOOCANVAS  DEFS = -DUSE_HILDON -DPACKAGE=\"$(APP)\" -DUSE_GOOCANVAS -DUSE_FLOAT
34  CFLAGS = -Wall -O2 $(DEFS) `pkg-config --cflags $(PKGS)`  CFLAGS = -Wall -O2 $(DEFS) `pkg-config --cflags $(PKGS)`
35  LDFLAGS = `pkg-config --libs $(PKGS)`  LDFLAGS = `pkg-config --libs $(PKGS)`
36    

Legend:
Removed from v.39  
changed lines
  Added in v.40