summaryrefslogtreecommitdiff
path: root/navit/vehicle/null/Makefile.am
blob: 38c4a762e8e8c7a744f34b43a99a97b9390e011c (plain)
1
2
3
4
5
include $(top_srcdir)/Makefile.inc
AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_null
modulevehicle_LTLIBRARIES = libvehicle_null.la
libvehicle_null_la_SOURCES = vehicle_null.c
libvehicle_null_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@