summaryrefslogtreecommitdiff
path: root/navit/vehicle/null
diff options
context:
space:
mode:
authorPierre GRANDIN <grandinp@altern.org>2015-12-31 01:58:27 -0800
committerPierre GRANDIN <grandinp@altern.org>2015-12-31 01:58:27 -0800
commit449e5530c4ee68f77691c811f0670cf90e9e58a4 (patch)
tree56add1f3c6145d42873aba0af3081a518909d0aa /navit/vehicle/null
parent39175cc0b633863355efe10151fe7b21109efa18 (diff)
downloadnavit-449e5530c4ee68f77691c811f0670cf90e9e58a4.tar.gz
Removing autotools support
Diffstat (limited to 'navit/vehicle/null')
-rw-r--r--navit/vehicle/null/Makefile.am9
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@