diff options
Diffstat (limited to 'navit/vehicle/null/Makefile.am')
-rw-r--r-- | navit/vehicle/null/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/navit/vehicle/null/Makefile.am b/navit/vehicle/null/Makefile.am deleted file mode 100644 index 83387eb27..000000000 --- a/navit/vehicle/null/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_null -if PLUGINS - modulevehicle_LTLIBRARIES = libvehicle_null.la -else - noinst_LTLIBRARIES = libvehicle_null.la -endif -libvehicle_null_la_SOURCES = vehicle_null.c -libvehicle_null_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ |