Add:Core:New vehicle iphone
[navit-package] / navit / vehicle / iphone / Makefile.am
1 include $(top_srcdir)/Makefile.inc
2 AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_iphone
3 modulevehicle_LTLIBRARIES = libvehicle_iphone.la
4 libvehicle_iphone_la_SOURCES = vehicle_iphone.c corelocation.m
5 libvehicle_iphone_la_LDFLAGS = -module -Wl,-framework,CoreLocation
6 libvehicle_iphone_la_LIBADD = @IPHONE_LIBS@