blob: 51064ad451168bbad5abd2790c257f82fefa39e8 (
plain)
1
2
3
4
|
include $(top_srcdir)/Makefile.inc
AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_file
modulevehicle_LTLIBRARIES = libvehicle_file.la
libvehicle_file_la_SOURCES = vehicle_file.c
|